We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2060ba8 commit 821a616Copy full SHA for 821a616
.github/workflows/gh-pages.yml
@@ -31,7 +31,7 @@ jobs:
31
build:
32
runs-on: ubuntu-latest
33
steps:
34
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
36
- uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
37
with:
@@ -46,7 +46,7 @@ jobs:
46
if: github.event_name != 'pull_request'
47
48
- name: Upload artifact
49
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
+ uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
50
51
52
path: ./public
0 commit comments