diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 2e58094..5ab3422 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -64,7 +64,7 @@ jobs: with: toolchain: ${{ inputs.toolchain }} - name: Rust Cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0 - name: Install musl toolchain if: ${{ inputs.rpm }} run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42fa41d..9c26910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0 - name: Run cargo clippy to pick up any errors run: cargo clippy --all-targets -- -Dwarnings - name: Check code is formatted diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d2e05b..6165aac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0 - name: Install semantic-release-cargo run: cargo install --locked semantic-release-cargo