Resolve workflow deprecations
This commit is contained in:
parent
313dbec47b
commit
f3c7b479d8
3 changed files with 4 additions and 4 deletions
2
.github/workflows/set-timestamp.yaml
vendored
2
.github/workflows/set-timestamp.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
set-timestamp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- uses: actions/cache@v3
|
||||
|
|
Reference in a new issue