Skip to content

Commit 9d1c359

Browse files
build(deps): bump actions/checkout from 5 to 6 (#109)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f78a9f0 commit 9d1c359

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
timeout-minutes: 20
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: dtolnay/rust-toolchain@stable
1616
with:
1717
components: clippy, rustfmt
@@ -27,7 +27,7 @@ jobs:
2727
RUSTFLAGS: "-D warnings"
2828
RUSTDOCFLAGS: "-D warnings"
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- uses: dtolnay/rust-toolchain@stable
3232
with:
3333
components: clippy, rustfmt

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
create-release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: taiki-e/create-gh-release-action@v1
1717
with:
1818
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)