Skip to content

Commit 86533bc

Browse files
Bump actions/checkout from 6 to 7 (#1929)
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 5a39b4b commit 86533bc

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coding-standards.yml

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

2323
steps:
2424
- name: "Checkout"
25-
uses: "actions/checkout@v6"
25+
uses: "actions/checkout@v7"
2626

2727
- name: "Setup"
2828
uses: "./.github/actions/setup"
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: "Checkout"
43-
uses: "actions/checkout@v6"
43+
uses: "actions/checkout@v7"
4444

4545
- name: "Setup"
4646
uses: "./.github/actions/setup"

.github/workflows/generator.yml

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

2323
steps:
2424
- name: "Checkout"
25-
uses: "actions/checkout@v6"
25+
uses: "actions/checkout@v7"
2626
with:
2727
submodules: true
2828

.github/workflows/static-analysis.yml

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

2929
steps:
3030
- name: "Checkout"
31-
uses: "actions/checkout@v6"
31+
uses: "actions/checkout@v7"
3232
with:
3333
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref }}
3434

.github/workflows/tests.yml

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

6161
steps:
6262
- name: "Checkout"
63-
uses: "actions/checkout@v6"
63+
uses: "actions/checkout@v7"
6464
with:
6565
fetch-depth: 2
6666
submodules: true

0 commit comments

Comments
 (0)