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 6662c88 commit eca0b64Copy full SHA for eca0b64
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: pip install --requirement=.github/workflows/requirements.txt
25
26
- name: Install `cargo-deny` & `just`
27
- uses: taiki-e/install-action@80466ef8efa80486cdfbddf929453a4f3565c791 # v2
+ uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2
28
with:
29
tool: cargo-deny,just
30
@@ -48,7 +48,7 @@ jobs:
48
CARGO_PROFILE_DEV_DEBUG: "1"
49
50
- name: upload docs
51
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
52
53
name: docs
54
path: target/doc
0 commit comments