Skip to content

Commit

Permalink
Merge pull request #69 from OldSneerJaw/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
OldSneerJaw committed Sep 5, 2023
2 parents 79a85a4 + 95e1fb6 commit 8b5afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: ['14', 'lts/*', 'latest'] # 14 is the oldest supported Node.js version

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 8b5afd6

Please sign in to comment.