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 1111 steps :
1212 - name : Fetch Metadata
1313 id : metadata
14- uses : dependabot/fetch-metadata@v1
14+ uses : dependabot/fetch-metadata@v2
1515 with :
1616 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1717 - name : Approve Pull Request
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 url : ${{ steps.deployment.outputs.page_url }}
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v5
2727
2828 - name : Install Node.js
29- uses : actions/setup-node@v3
29+ uses : actions/setup-node@v6
3030 with :
3131 cache : npm
3232 node-version-file : ' .nvmrc'
4444 LANG : en-US
4545
4646 - name : Upload page artifacts
47- uses : actions/upload-pages-artifact@v1
47+ uses : actions/upload-pages-artifact@v4
4848 with :
4949 path : public
5050
You can’t perform that action at this time.
0 commit comments