diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6545b09..046581a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.0 + uses: swatinem/rust-cache@v2.7.1 - name: Publish to crates.io run: cargo publish --token ${{ secrets.CRATES_TOKEN }} -v --all-features diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0142ea1..4d238be 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.0 + uses: swatinem/rust-cache@v2.7.1 - name: Install cargo-all-features run: cargo install cargo-all-features @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.0 + uses: swatinem/rust-cache@v2.7.1 - name: Run Clippy run: cargo clippy --all-targets --all-features -- -D warnings @@ -113,7 +113,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.0 + uses: swatinem/rust-cache@v2.7.1 - name: Run tests with test coverage run: |