Skip to content
Open
Show file tree
Hide file tree
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2.9.1
- uses: Swatinem/rust-cache@v2.9.2
# Check the powerset of subcommand and TLS features so a broken `#[cfg]`
# combination can't slip through (each subcommand is feature-gated and the
# default build won't exercise them all). `--at-least-one-of` skips the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2

- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
Expand Down
Loading