Skip to content

Commit

Permalink
Merge pull request #235 from nowactions/renovate/actions-checkout-2.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v2
  • Loading branch information
nownabe authored Jan 28, 2022
2 parents 7942e42 + 0641db2 commit dcb1a3c
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:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Test
Expand Down

0 comments on commit dcb1a3c

Please sign in to comment.