Skip to content

Commit

Permalink
Merge pull request #4 from approvals/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
ilandikov authored May 20, 2024
2 parents 161056e + 1cfb0e3 commit abd950f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use NodeJS
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit abd950f

Please sign in to comment.