We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb37e5 + 4ed4fbb commit 3a1a690Copy full SHA for 3a1a690
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: pip install --requirement=.github/workflows/requirements.txt
31
32
- name: Install `cargo-deny` & `just` & `tombi` & 'typos'
33
- uses: taiki-e/install-action@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2
+ uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2
34
with:
35
tool: cargo-deny,just,tombi,typos
36
.github/workflows/prebuild.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: ./.github/actions/free-disk-space
45
46
- name: Install `just`
47
48
49
tool: just
50
0 commit comments