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 80cfc99 commit 4e15506Copy full SHA for 4e15506
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
30
steps:
31
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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