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:
|
recent:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
|
|
2
.github/workflows/set-timestamp.yaml
vendored
2
.github/workflows/set-timestamp.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
set-timestamp:
|
set-timestamp:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
|
|
2
.github/workflows/view-cache.yaml
vendored
2
.github/workflows/view-cache.yaml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
view-cache:
|
view-cache:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue