Skip to content

Commit c9b3953

Browse files
Bump actions/checkout from 5 to 6 (#1831)
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) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64cd2ad commit c9b3953

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
if: github.head_ref == ''
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Checkout merge
3333
if: github.head_ref != ''
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
ref: refs/pull/${{github.event.pull_request.number}}/merge
3737

.github/workflows/create-release-notes.yml

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

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/rebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
5252
- name: Checkout
5353
if: ${{ github.head_ref == '' && env.LABEL == 'rebuild' }}
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
with:
5656
persist-credentials: false
5757

5858
- name: Checkout merge
5959
if: ${{ github.head_ref != '' && env.LABEL == 'rebuild' }}
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
with:
6262
ref: refs/pull/${{github.event.pull_request.number}}/merge
6363
persist-credentials: false

0 commit comments

Comments
 (0)