Update Github Actions to v3 (#321)
This commit is contained in:
parent
e9b3b6b243
commit
5aafefa07b
4
.github/workflows/deploycf.yml
vendored
4
.github/workflows/deploycf.yml
vendored
@ -19,13 +19,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.inputs.tag }}
|
||||
|
||||
- name: "Restore cached files"
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
|
4
.github/workflows/deploygh.yml
vendored
4
.github/workflows/deploygh.yml
vendored
@ -20,13 +20,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.inputs.tag }}
|
||||
|
||||
- name: "Restore cached files"
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user