We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964f974 commit a5fdc05Copy full SHA for a5fdc05
2 files changed
.github/workflows/checks.yml
@@ -26,7 +26,7 @@ jobs:
26
action: [clippy, fmt, test]
27
steps:
28
- name: Fetch latest code
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
- name: Setup build environment
31
if: matrix.action != 'fmt'
32
run: rustup show
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
- name: Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
0 commit comments