26
26
- name : Checkout repository
27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
- name : Setup Node
29
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
29
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
30
30
with :
31
31
node-version : 16
32
32
cache : npm
38
38
working-directory : ./docs/.vitepress/dist
39
39
run : zip -v -r ../vitepress.zip *
40
40
- name : Upload artifact
41
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
41
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
42
42
with :
43
43
name : vitepress
44
44
path : ./docs/.vitepress/vitepress.zip
@@ -50,19 +50,19 @@ jobs:
50
50
- name : Checkout repository
51
51
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
- name : Setup Java
53
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
53
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
54
54
with :
55
55
distribution : temurin
56
56
java-version : 17
57
57
- name : Setup Gradle
58
- uses : gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
58
+ uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
59
59
- name : Run dokkaHtmlMultiModule task
60
60
run : ./gradlew dokkaHtmlMultiModule
61
61
- name : Create artifact
62
62
working-directory : ./build/dokka/htmlMultiModule
63
63
run : zip -v -r ../../dokka.zip *
64
64
- name : Upload artifact
65
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
65
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66
66
with :
67
67
name : dokka
68
68
path : ./build/dokka.zip
@@ -84,12 +84,12 @@ jobs:
84
84
- name : Setup GitHub Pages
85
85
uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
86
86
- name : Download Vitepress artifact
87
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
87
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
88
88
with :
89
89
name : vitepress
90
90
path : ./build/github-pages
91
91
- name : Download Dokka artifact
92
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
92
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
93
93
with :
94
94
name : dokka
95
95
path : ./build/github-pages
0 commit comments