File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ jobs:
4343 - name : Install Dart Sass
4444 run : sudo snap install dart-sass
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747 with :
4848 submodules : recursive
4949 fetch-depth : 0
5050 - name : Setup Pages
5151 id : pages
52- uses : actions/configure-pages@v5
52+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
5353 - name : Install Node.js dependencies
5454 run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5555 - name : Cache Restore
5656 id : cache-restore
57- uses : actions/cache/restore@v4
57+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5858 with :
5959 path : |
6060 ${{ runner.temp }}/hugo_cache
@@ -70,13 +70,13 @@ jobs:
7070 --cacheDir "${{ runner.temp }}/hugo_cache"
7171 - name : Cache Save
7272 id : cache-save
73- uses : actions/cache/save@v4
73+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7474 with :
7575 path : |
7676 ${{ runner.temp }}/hugo_cache
7777 key : ${{ steps.cache-restore.outputs.cache-primary-key }}
7878 - name : Upload artifact
79- uses : actions/upload-pages-artifact@v3
79+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
8080 with :
8181 path : ./public
8282
9090 steps :
9191 - name : Deploy to GitHub Pages
9292 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