Skip to content

Commit 7ffd4ce

Browse files
dependabot[bot]ghjm
authored andcommitted
Bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1df1f2a commit 7ffd4ce

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci_checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
outputs:
4040
any_modified: ${{ steps.changed-files.outputs.any_modified }}
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545

@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: Checkout repository
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787

8888
- name: Initialize CodeQL
8989
uses: github/codeql-action/init@v4
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107

108108
- name: Checkout
109-
uses: actions/checkout@v5
109+
uses: actions/checkout@v6
110110
with:
111111
fetch-depth: 0
112112

@@ -181,7 +181,7 @@ jobs:
181181
steps:
182182

183183
- name: Checkout
184-
uses: actions/checkout@v5
184+
uses: actions/checkout@v6
185185
with:
186186
fetch-depth: 0
187187

@@ -225,7 +225,7 @@ jobs:
225225
steps:
226226

227227
- name: Checkout
228-
uses: actions/checkout@v5
228+
uses: actions/checkout@v6
229229
with:
230230
fetch-depth: 0
231231

@@ -270,7 +270,7 @@ jobs:
270270
steps:
271271

272272
- name: Checkout
273-
uses: actions/checkout@v5
273+
uses: actions/checkout@v6
274274
with:
275275
fetch-depth: 0
276276

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

0 commit comments

Comments
 (0)