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 bcbc700Copy full SHA for bcbc700
.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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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