Skip to content

Commit 29f18ba

Browse files
Bump actions/checkout from 5 to 6 (#2920)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adfa1e6 commit 29f18ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/atlas-ci.yml

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

3434
steps:
3535
- name: "Checkout"
36-
uses: "actions/checkout@v5"
36+
uses: "actions/checkout@v6"
3737
with:
3838
fetch-depth: 2
3939

.github/workflows/continuous-integration.yml

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

131131
steps:
132132
- name: "Checkout"
133-
uses: "actions/checkout@v5"
133+
uses: "actions/checkout@v6"
134134
with:
135135
fetch-depth: 2
136136

.github/workflows/performance.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"
28-
uses: "actions/checkout@v5"
28+
uses: "actions/checkout@v6"
2929

3030
- name: Setup cache environment
3131
id: extcache

.github/workflows/static-analysis.yml

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

2121
steps:
2222
- name: "Checkout code"
23-
uses: "actions/checkout@v5"
23+
uses: "actions/checkout@v6"
2424

2525
- name: Setup cache environment
2626
id: extcache

0 commit comments

Comments
 (0)