Skip to content

Commit 9fc2fdb

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 81ae626 commit 9fc2fdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: configure toolchain
2020
run: rustup toolchain install stable --profile minimal
2121
- name: build
@@ -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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
token: ${{ secrets.RELEASE_PLZ_TOKEN }}

0 commit comments

Comments
 (0)