We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cc8dd commit 95b274dCopy full SHA for 95b274d
.github/workflows/CI.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
46
47
- name: Install cargo-nextest
48
- uses: taiki-e/install-action@7f491e26f71f4ec2e6902c7c95c73043f209ab79 # v2
+ uses: taiki-e/install-action@68675c5a5f1a6950c3975d33f3ae0ef155e5bf3d # v2
49
with:
50
tool: nextest
51
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
57
58
- name: Install cargo-aur
59
60
61
tool: cargo-aur
62
0 commit comments