File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ jobs:
43
43
- name : Install Dart Sass
44
44
run : sudo snap install dart-sass
45
45
- name : Checkout
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
47
with :
48
48
submodules : recursive
49
49
fetch-depth : 0
50
50
- name : Setup Pages
51
51
id : pages
52
- uses : actions/configure-pages@v5
52
+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
53
53
- name : Install Node.js dependencies
54
54
run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
55
55
- name : Cache Restore
56
56
id : cache-restore
57
- uses : actions/cache/restore@v4
57
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
58
58
with :
59
59
path : |
60
60
${{ runner.temp }}/hugo_cache
@@ -70,13 +70,13 @@ jobs:
70
70
--cacheDir "${{ runner.temp }}/hugo_cache"
71
71
- name : Cache Save
72
72
id : cache-save
73
- uses : actions/cache/save@v4
73
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
74
74
with :
75
75
path : |
76
76
${{ runner.temp }}/hugo_cache
77
77
key : ${{ steps.cache-restore.outputs.cache-primary-key }}
78
78
- name : Upload artifact
79
- uses : actions/upload-pages-artifact@v3
79
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
80
80
with :
81
81
path : ./public
82
82
90
90
steps :
91
91
- name : Deploy to GitHub Pages
92
92
id : deployment
93
- uses : actions/deploy-pages@v4
93
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
You can’t perform that action at this time.
0 commit comments