Skip to content

Commit c983866

Browse files
Bump actions/checkout from 4 to 5 (#15772)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 f748fdc commit c983866

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
target: [actionlint, zizmor]
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
persist-credentials: false
2929

@@ -113,7 +113,7 @@ jobs:
113113
expect_failure: false
114114

115115
steps:
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v5
117117
with:
118118
persist-credentials: false
119119

@@ -169,7 +169,7 @@ jobs:
169169
dry_run: true
170170

171171
steps:
172-
- uses: actions/checkout@v4
172+
- uses: actions/checkout@v5
173173
with:
174174
persist-credentials: false
175175

@@ -277,7 +277,7 @@ jobs:
277277
separator: ""
278278

279279
steps:
280-
- uses: actions/checkout@v4
280+
- uses: actions/checkout@v5
281281
with:
282282
persist-credentials: false
283283

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
is_fork: ${{ steps.context.outputs.is_fork }}
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
persist-credentials: false
3131

@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
persist-credentials: false
4646

0 commit comments

Comments
 (0)