diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d67e663..4a27d17 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.7.1 + uses: Swatinem/rust-cache@v2.7.3 with: key: ${{ matrix.os }} - name: Install just diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0fea32..b9b46c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: override: true target: ${{ matrix.target }} - name: Setup cache - uses: Swatinem/rust-cache@v2.7.1 + uses: Swatinem/rust-cache@v2.7.3 with: key: ${{ matrix.target }} - name: Build binary