File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Set up nodejs
20
- uses : actions/setup-node@v2
20
+ uses : actions/setup-node@v4
21
21
with :
22
- node-version : ' 18 '
22
+ node-version : ' 20 '
23
23
cache : ' npm'
24
24
25
25
- name : npm CI
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
24
24
run : " echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
25
25
26
26
- name : Update LICENSE
27
- uses : jacobtomlinson/gha-find-replace@v2
27
+ uses : jacobtomlinson/gha-find-replace@v3
28
28
with :
29
29
find : ${{ env.PREVIOUS }}
30
30
replace : ${{ env.CURRENT }}
You can’t perform that action at this time.
0 commit comments