Skip to content

Commit 548d89d

Browse files
Bump actions/checkout from 5 to 6 (#558)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6849b86 commit 548d89d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
BOT_HOME_DIR: /home/csc
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
show-progress: false
2929

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pull-requests: write
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
show-progress: false
3232
fetch-depth: 0
@@ -57,7 +57,7 @@ jobs:
5757
image-digest: ${{ steps.build.outputs.digest }}
5858

5959
steps:
60-
- uses: actions/checkout@v5
60+
- uses: actions/checkout@v6
6161
with:
6262
show-progress: false
6363

@@ -120,7 +120,7 @@ jobs:
120120
name: e2e
121121

122122
steps:
123-
- uses: actions/checkout@v5
123+
- uses: actions/checkout@v6
124124
with:
125125
show-progress: false
126126

0 commit comments

Comments
 (0)