Skip to content

Commit d9e47f8

Browse files
build(deps): bump actions/checkout from 5 to 6 in /.github/workflows
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] <[email protected]>
1 parent bb5220c commit d9e47f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- name: Install Nix
1212
uses: DeterminateSystems/nix-installer-action@main
1313
- uses: DeterminateSystems/magic-nix-cache-action@main
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Run ansible-lint
1616
run: nix develop --command bash -c "cd ansible && ansible-lint"

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run:
1313
working-directory: ci-bench-runner
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Install rust toolchain
1717
uses: dtolnay/rust-toolchain@stable
1818
with:
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: ci-bench-runner
2929
steps:
3030
- name: Checkout sources
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: Install rust toolchain
3333
uses: dtolnay/rust-toolchain@stable
3434
with:
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: ci-bench-runner
4444
steps:
4545
- name: Checkout sources
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
- name: Install rust toolchain
4848
uses: dtolnay/rust-toolchain@stable
4949
- name: cargo doc
@@ -58,7 +58,7 @@ jobs:
5858
run:
5959
working-directory: ci-bench-runner
6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262
- name: Install stable rust toolchain
6363
uses: dtolnay/rust-toolchain@stable
6464
- name: Install valgrind

0 commit comments

Comments
 (0)