File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 has_changes : ${{ steps.check_changes.outputs.has_changes }}
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727
2828 - name : Setup Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.11'
3232
9595
9696 - name : Setup Node.js
9797 if : steps.need_build.outputs.skip != 'true'
98- uses : actions/setup-node@v4
98+ uses : actions/setup-node@v6
9999 with :
100100 node-version : ' 20'
101101 cache : ' npm'
@@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Upload artifact
112112 if : steps.need_build.outputs.skip != 'true'
113- uses : actions/upload-pages-artifact@v3
113+ uses : actions/upload-pages-artifact@v5
114114 with :
115115 path : build
116116
@@ -126,4 +126,4 @@ jobs:
126126 steps :
127127 - name : Deploy to GitHub Pages
128128 id : deployment
129- uses : actions/deploy-pages@v4
129+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments