Skip to content

Commit 6932946

Browse files
Bump actions/checkout from 5.0.1 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf1e409 commit 6932946

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout PR
14-
uses: actions/checkout@v5.0.1
14+
uses: actions/checkout@v6.0.1
1515
with:
1616
persist-credentials: false
1717
fetch-depth: 0

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
RUST:
1717
- nightly
1818
steps:
19-
- uses: actions/checkout@v5.0.1
19+
- uses: actions/checkout@v6.0.1
2020
with:
2121
persist-credentials: false
2222

@@ -68,7 +68,7 @@ jobs:
6868
FLAGS: "-Z direct-minimal-versions"
6969

7070
steps:
71-
- uses: actions/checkout@v5.0.1
71+
- uses: actions/checkout@v6.0.1
7272
with:
7373
persist-credentials: false
7474

@@ -91,7 +91,7 @@ jobs:
9191
coverage:
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v5.0.1
94+
- uses: actions/checkout@v6.0.1
9595
with:
9696
persist-credentials: false
9797

.github/workflows/publish-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
contents: read
1313
steps:
14-
- uses: actions/checkout@v5.0.1
14+
- uses: actions/checkout@v6.0.1
1515
with:
1616
persist-credentials: false
1717

0 commit comments

Comments
 (0)