Resolve workflow deprecations
This commit is contained in:
parent
313dbec47b
commit
f3c7b479d8
3 changed files with 4 additions and 4 deletions
4
.github/workflows/import.yaml
vendored
4
.github/workflows/import.yaml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
|||
recent:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
- uses: actions/cache@v3
|
||||
|
|
Reference in a new issue