File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
env : ['staging', 'production']
19
19
concurrency : psa-pin-backup
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
with :
23
23
fetch-depth : 0
24
24
- name : Checkout latest cron release tag
25
25
run : |
26
26
LATEST_TAG=$(git describe --tags --abbrev=0 --match='cron-*')
27
27
git checkout $LATEST_TAG
28
- - uses : actions/setup-node@v2
28
+ - uses : actions/setup-node@v3
29
29
with :
30
30
node-version : 16
31
31
- uses : bahmutov/npm-install@v1
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 10
16
16
steps :
17
- - uses : actions/checkout@v2
18
- - uses : actions/setup-node@v2
17
+ - uses : actions/checkout@v3
18
+ - uses : actions/setup-node@v3
19
19
with :
20
20
node-version : 16
21
21
- uses : bahmutov/npm-install@v1
You can’t perform that action at this time.
0 commit comments