File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 name : runner / eslint
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - name : Run eslint
1414 run : cd site && npm install && NODE_ENV=test npx eslint .
1515
Original file line number Diff line number Diff line change 2020 }}
2121 steps :
2222 - name : Leave Welcome Comment
23- uses : actions/github-script@v6
23+ uses : actions/github-script@v8
2424 with :
2525 github-token : ${{ secrets.GH_ACCESS_TOKEN }}
2626 script : |
3737 body: message
3838 });
3939 - name : Label Pull Request (Optional)
40- uses : actions/github-script@v6
40+ uses : actions/github-script@v8
4141 with :
4242 github-token : ${{ secrets.GH_ACCESS_TOKEN }}
4343 script : |
Original file line number Diff line number Diff line change 1919 INVITE_TOKEN : ${{ secrets.RELEASE_NOTES_PAT }}
2020
2121 - name : View context attributes
22- uses : actions/github-script@v4
22+ uses : actions/github-script@v8
2323 id : set-url
2424 with :
2525 script : |
Original file line number Diff line number Diff line change 4141 run : |
4242 export pull_number=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
4343 echo "PULL_NO=$pull_number" >> $GITHUB_ENV
44- - uses : actions/checkout@v4
45- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
45+ - uses : actions/checkout@v6
4646 with :
4747 path : action
4848 repository : layer5labs/kanvas-snapshot
Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212
1313 - name : Pull the pvtr-github-repo image
1414 run : docker pull eddieknight/pvtr-github-repo:latest
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@master
1616
1717 - name : Download Site dir
18- uses : actions/download-artifact@v4
18+ uses : actions/download-artifact@v6
1919 with :
2020 name : public-dir
2121 github-token : ${{ secrets.RELEASE_NOTES_PATN }}
3030
3131 - name : Deploy to Netlify
3232 id : netlify
33- uses : nwtgck/actions-netlify@v1.1
33+ uses : nwtgck/actions-netlify@v3
3434 with :
3535 publish-dir : ' docs/_site'
3636 production-deploy : false
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Drafting release
1616 id : release_drafter
17- uses : release-drafter/release-drafter@v5
17+ uses : release-drafter/release-drafter@v6
1818 with :
1919 config-name : release-drafter.yml
2020 env :
Original file line number Diff line number Diff line change 3030 run : git pull origin master
3131
3232 - name : Commit
33- uses : stefanzweifel/git-auto-commit-action@v5
33+ uses : stefanzweifel/git-auto-commit-action@v7
3434 with :
3535 file_pattern : docs
3636 commit_user_name : l5io
You can’t perform that action at this time.
0 commit comments