Skip to content

Commit 821a616

Browse files
authored
Revert "Update github actions (#33)"
This reverts commit 2060ba8.
1 parent 2060ba8 commit 821a616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535

3636
- uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
3737
with:
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event_name != 'pull_request'
4747

4848
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
49+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
5050
if: github.event_name != 'pull_request'
5151
with:
5252
path: ./public

0 commit comments

Comments
 (0)