Skip to content

Commit 39067b7

Browse files
Bump actions/checkout from 6 to 7 (#571)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fc0974 commit 39067b7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
if: github.head_ref == ''
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Checkout merge
3131
if: github.head_ref != ''
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
ref: refs/pull/${{github.event.pull_request.number}}/merge
3535

.github/workflows/release.yml

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

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
fetch-depth: 0

0 commit comments

Comments
 (0)