Skip to content

Commit 1d731a8

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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
2626
uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0
2727
env:
@@ -32,7 +32,7 @@ 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'
3838
uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0

.github/workflows/openssf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: "Checkout code"
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626

@@ -37,7 +37,7 @@ jobs:
3737
publish_results: true
3838

3939
- name: "Upload artifact"
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: SARIF file
4343
path: results.sarif

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
owner: ${{ github.repository_owner }}
2222

2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
token: ${{ steps.token.outputs.token }}
2727
fetch-depth: 0

0 commit comments

Comments
 (0)