File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ jobs:
11
11
build-commit-upload :
12
12
name : Build, Commit and Upload
13
13
runs-on : depot-ubuntu-24.04-arm
14
+ permissions :
15
+ contents : write
14
16
steps :
15
17
- name : Checkout
16
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
17
19
- name : Prepare
18
- uses : actions/setup-node@v4
20
+ uses : actions/setup-node@v5
19
21
with :
20
22
node-version : 22
21
23
cache : " npm"
@@ -24,11 +26,11 @@ jobs:
24
26
- name : Build
25
27
run : npm run build
26
28
- name : Commit Changes
27
- uses : stefanzweifel/git-auto-commit-action@v5
29
+ uses : stefanzweifel/git-auto-commit-action@v6
28
30
with :
29
31
commit_message : Generate docs from templates
30
32
- name : Upload Build Artifact
31
- uses : actions/upload-pages-artifact@v3
33
+ uses : actions/upload-pages-artifact@v4
32
34
with :
33
35
path : build
34
36
You can’t perform that action at this time.
0 commit comments