Skip to content

Commit

Permalink
[NOJIRA] update version of checkout action in test workflow (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugm authored Dec 18, 2023
1 parent dbd66b0 commit 2716aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
Expand All @@ -33,4 +33,4 @@ jobs:
run: npm run lint

- name: Test
run: npm test
run: npm test

0 comments on commit 2716aef

Please sign in to comment.