diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87368c6..9ccdb38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: authToken: ${{ env.CACHIX_AUTH_TOKEN }} name: zoxide - name: Setup cache - uses: Swatinem/rust-cache@v2.8.1 + uses: Swatinem/rust-cache@v2.8.2 with: key: ${{ matrix.os }} - name: Install just diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 099d950..7a0c50a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: override: true target: ${{ matrix.target }} - name: Setup cache - uses: Swatinem/rust-cache@v2.8.1 + uses: Swatinem/rust-cache@v2.8.2 with: key: ${{ matrix.target }} - name: Install cross