Skip to content

Commit 99d3f29

Browse files
ci: bump actions/checkout from 4 to 6 (#391)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 81d1626 commit 99d3f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Checkout code
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151

@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ubuntu-latest
195195

196196
steps:
197-
- uses: actions/checkout@v4
197+
- uses: actions/checkout@v6
198198
with:
199199
ref: release/v${{ needs.prepare-release.outputs.version }}
200200

@@ -290,7 +290,7 @@ jobs:
290290

291291
steps:
292292
- name: Checkout latest main (AFTER PR merge)
293-
uses: actions/checkout@v4
293+
uses: actions/checkout@v6
294294
with:
295295
ref: main
296296
fetch-depth: 0

0 commit comments

Comments
 (0)