File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ runs:
20
20
using : " composite"
21
21
steps :
22
22
- name : Setup Pages
23
- uses : actions/configure-pages@v4
23
+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
24
24
25
25
- name : Upload artifact
26
- uses : actions/upload-pages-artifact@v3
26
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
27
27
with :
28
28
path : ${{ inputs.artifact-path }}
29
29
30
30
- name : Deploy to GitHub Pages
31
- if : ${{ !inputs.preview }}
32
- uses : actions/deploy-pages@v4
31
+ id : deployment
32
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
33
33
with :
34
34
preview : ${{ inputs.preview }}
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ runs:
31
31
using : " composite"
32
32
steps :
33
33
- name : " Set up Go"
34
- if : ${{ ! inputs.skip-go }}
34
+ if : ${{ inputs.skip-go != 'true' }}
35
35
uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3
36
36
with :
37
37
go-version-file : ${{ inputs.go-version-file }}
38
38
cache-dependency-path : ${{ inputs.go-cache-dependency-path }}
39
39
- name : " Set up Node.js"
40
- if : ${{ ! inputs.skip-node }}
40
+ if : ${{ inputs.skip-node != 'true' }}
41
41
uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
42
42
with :
43
43
node-version-file : ${{ inputs.node-version-file }}
You can’t perform that action at this time.
0 commit comments