Skip to content

Commit

Permalink
Merge pull request #23 from coliff/patch-1
Browse files Browse the repository at this point in the history
use actions/checkout@v3
  • Loading branch information
blombard authored Jun 28, 2022
2 parents da5fa8a + 243bbc9 commit 71ed3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Tests
run: |
npm ci
Expand Down

0 comments on commit 71ed3a1

Please sign in to comment.