We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a9f0 commit 9d1c359Copy full SHA for 9d1c359
.github/workflows/check.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-24.04
12
timeout-minutes: 20
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: dtolnay/rust-toolchain@stable
16
with:
17
components: clippy, rustfmt
@@ -27,7 +27,7 @@ jobs:
27
RUSTFLAGS: "-D warnings"
28
RUSTDOCFLAGS: "-D warnings"
29
30
31
32
33
.github/workflows/create-release.yml
@@ -12,7 +12,7 @@ jobs:
create-release:
runs-on: ubuntu-latest
- uses: taiki-e/create-gh-release-action@v1
18
changelog: CHANGELOG.md
0 commit comments