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:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Set up nodejs
20- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v4
2121 with :
22- node-version : ' 18 '
22+ node-version : ' 20 '
2323 cache : ' npm'
2424
2525 - name : npm CI
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-20.04
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
2424 run : " echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
2525
2626 - name : Update LICENSE
27- uses : jacobtomlinson/gha-find-replace@v2
27+ uses : jacobtomlinson/gha-find-replace@v3
2828 with :
2929 find : ${{ env.PREVIOUS }}
3030 replace : ${{ env.CURRENT }}
You can’t perform that action at this time.
0 commit comments