diff --git a/.github/workflows/_mirror-distribution.yml b/.github/workflows/_mirror-distribution.yml index 287d5c29..8561a7ec 100644 --- a/.github/workflows/_mirror-distribution.yml +++ b/.github/workflows/_mirror-distribution.yml @@ -31,7 +31,7 @@ jobs: run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Get unmirrored versions id: get-unmirrored-versions diff --git a/.github/workflows/_update-inventory.yml b/.github/workflows/_update-inventory.yml index 926a334b..c71ffa6f 100644 --- a/.github/workflows/_update-inventory.yml +++ b/.github/workflows/_update-inventory.yml @@ -42,7 +42,7 @@ jobs: run: rustup update - name: Rust cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Set Diff Message id: set-diff-msg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6eb6e57..3b83d3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Update Rust toolchain run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Clippy run: cargo clippy --all-targets --locked -- --deny warnings - name: rustfmt @@ -45,7 +45,7 @@ jobs: - name: Update Rust toolchain run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Run unit tests run: cargo test --locked @@ -97,7 +97,7 @@ jobs: - name: Install Rust linux-musl target run: rustup target add ${{ matrix.arch == 'arm64' && 'aarch64-unknown-linux-musl' || 'x86_64-unknown-linux-musl' }} - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Install Pack CLI uses: buildpacks/github-actions/setup-pack@v5.7.4 - name: Pull builder image diff --git a/.github/workflows/inventory.yml b/.github/workflows/inventory.yml index 82835e2e..fc06f24c 100644 --- a/.github/workflows/inventory.yml +++ b/.github/workflows/inventory.yml @@ -23,7 +23,7 @@ jobs: run: rustup update - name: Rust cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Rebuild Inventory id: rebuild-inventory