Skip to content

Commit

Permalink
use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dobladov committed Feb 13, 2024
1 parent 8f6b0ac commit 37f22ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
deploy:
name: Deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: # your delivery scripts
- name: Success
if: success()
Expand Down

0 comments on commit 37f22ae

Please sign in to comment.