Skip to content

Commit 00fa5b2

Browse files
GitHub Action: Bump actions/checkout from 6 to 7 (#439)
Bumps the all-actions-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65619a8 commit 00fa5b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prepare-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout Self
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636

3737
- name: Generate Token
3838
if: github.event_name == 'release'

.github/workflows/validate-kek-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout PR
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0 # Need full history to compare with base branch
3030

0 commit comments

Comments
 (0)