Skip to content

Commit 681787e

Browse files
chore(deps): bump actions/checkout from 5 to 6 in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f6c3e9 commit 681787e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# options: --security-opt seccomp=unconfined
3232
# steps:
3333
# - name: checkout
34-
# uses: actions/checkout@v5
34+
# uses: actions/checkout@v6
3535
# - name: generate coverage
3636
# run: |
3737
# cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: checkout
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
- name: configure toolchain
4949
run: rustup toolchain install stable --profile minimal
5050
- name: run deny

0 commit comments

Comments
 (0)