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.
2 parents 09aec13 + 07a9fb1 commit 8c0ac44Copy full SHA for 8c0ac44
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
df -h
45
46
- name: Checkout
47
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
48
with:
49
fetch-depth: 1
50
@@ -55,7 +55,7 @@ jobs:
55
run: pip install --requirement=.github/workflows/requirements.txt
56
57
- name: Install `cargo-deny` & `just` & 'typos'
58
- uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2
+ uses: taiki-e/install-action@62da238c048aa0f865cc5a322082957d34e7fc1a # v2
59
60
tool: cargo-deny,just,typos
61
0 commit comments