Update actions/checkout action to v3
This commit is contained in:
parent
6387afd11d
commit
f999a6673a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: yarn
|
||||
- run: yarn test:ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue