We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ac06a3 + 83f16b3 commit b8e25c3Copy full SHA for b8e25c3
2 files changed
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
target: x86_64-pc-windows-gnu
48
49
- name: cache dependencies
50
- uses: Swatinem/rust-cache@v2.8.2
+ uses: Swatinem/rust-cache@v2.9.0
51
52
- name: clippy check
53
uses: sksat/action-clippy@v1.1.1
.github/workflows/review.yml
@@ -25,7 +25,7 @@ jobs:
25
override: true
26
27
28
29
30
31
uses: actions-rs/clippy-check@v1.0.7
0 commit comments