Skip to content

Commit 46fc178

Browse files
Bump actions/checkout from 5 to 6 (#125)
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 c72d202 commit 46fc178

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
############ Setup ############
2929
- name: Repo checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Install C++ dependencies
@@ -190,7 +190,7 @@ jobs:
190190
checks: write
191191
steps:
192192
- name: Repo checkout
193-
uses: actions/checkout@v5
193+
uses: actions/checkout@v6
194194
with:
195195
token: ${{ secrets.GITHUB_TOKEN }}
196196
- name: Rust toolchain
@@ -277,7 +277,7 @@ jobs:
277277
matrix:
278278
rust-version: ["msrv", "stable"]
279279
steps:
280-
- uses: actions/checkout@v5
280+
- uses: actions/checkout@v6
281281
- name: Install toml-cli using cargo
282282
uses: baptiste0928/cargo-install@v3
283283
with:

.github/workflows/security_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
############ Setup ############
2121
- name: Repo checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Rust toolchain

0 commit comments

Comments
 (0)