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.
1 parent 015b026 commit 260b3f4Copy full SHA for 260b3f4
.github/workflows/checks.yml
@@ -26,7 +26,7 @@ jobs:
26
action: [clippy, fmt, nextest]
27
steps:
28
- name: Fetch latest code
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
- name: Setup build environment
31
if: matrix.action != 'fmt'
32
run: rustup show
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
- name: Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
0 commit comments