diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb9628..84fb749 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: authToken: ${{ env.CACHIX_AUTH_TOKEN }} name: zoxide - name: Setup cache - uses: Swatinem/rust-cache@v2.3.0 + uses: Swatinem/rust-cache@v2.4.0 with: key: ${{ matrix.os }} - name: Install just diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e387fa5..8445b08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: override: true target: ${{ matrix.target }} - name: Setup cache - uses: Swatinem/rust-cache@v2.3.0 + uses: Swatinem/rust-cache@v2.4.0 with: key: ${{ matrix.target }} - name: Build binary