Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# so we compile cargo-audit ourselves. The cache below makes
# the ~3-minute build a one-time cost per version.
- uses: dtolnay/rust-toolchain@1.88.0 # OSS_SPEC §10.3
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
id: cache-cargo-audit
with:
path: ~/.cargo/bin/cargo-audit
Expand Down
Loading