Skip to content

Commit f32ecc4

Browse files
chore(deps): update github actions
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent b35086d commit f32ecc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
if: github.ref == 'refs/heads/main'
2222
steps:
2323
- name: Check out repository
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2525
- name: Build and deploy
26-
uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0
26+
uses: shalzz/zola-deploy-action@7b80b99bba8d761a6cad869bf20c64ee0ca1cc0e # v0.22.0
2727
env:
2828
PAGES_BRANCH: gh-pages
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -32,10 +32,10 @@ jobs:
3232
if: github.ref != 'refs/heads/main'
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
35+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3636
- name: Install and build
3737
if: github.event.action != 'closed'
38-
uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0
38+
uses: shalzz/zola-deploy-action@7b80b99bba8d761a6cad869bf20c64ee0ca1cc0e # v0.22.0
3939
env:
4040
BUILD_ONLY: true
4141
BUILD_FLAGS: --drafts

0 commit comments

Comments
 (0)