File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches : ["main"]
88 workflow_dispatch :
99
10+ env :
11+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
12+
1013permissions :
1114 contents : read
1215 pages : write
@@ -23,17 +26,17 @@ jobs:
2326
2427 steps :
2528 - name : Check out repository
26- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
2730
2831 - name : Set up Python 3.12
29- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3033 with :
3134 python-version : " 3.12"
3235
3336 - name : Set up Node.js
34- uses : actions/setup-node@v4
37+ uses : actions/setup-node@v5
3538 with :
36- node-version : " 20 "
39+ node-version : " 24 "
3740
3841 - name : Install build dependencies
3942 run : |
@@ -134,7 +137,7 @@ jobs:
134137 uses : actions/configure-pages@v5
135138
136139 - name : Upload Pages artifact
137- uses : actions/upload-pages-artifact@v3
140+ uses : actions/upload-pages-artifact@v4
138141 with :
139142 path : " public"
140143
You can’t perform that action at this time.
0 commit comments