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 cb9d374 commit bedf3eaCopy full SHA for bedf3ea
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
- name: Build
33
run: cargo build --release --verbose
34
- name: rust-clippy-check
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
17
0 commit comments