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 b50053c commit 696d4f9Copy full SHA for 696d4f9
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run: pip install --requirement=.github/workflows/requirements.txt
24
25
- name: Install `cargo-deny` & `just`
26
- uses: taiki-e/install-action@80466ef8efa80486cdfbddf929453a4f3565c791 # v2
+ uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
27
with:
28
tool: cargo-deny,just
29
@@ -41,7 +41,7 @@ jobs:
41
run: just check
42
43
- name: upload docs
44
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
45
46
name: docs
47
path: target/doc
0 commit comments