We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0437a6b + a669a16 commit d7c9a23Copy full SHA for d7c9a23
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
rust-version: ${{ matrix.rust }}
25
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
- name: Build
29
run: cargo build --verbose
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Publish
run: cargo publish --token ${CRATES_TOKEN}
0 commit comments