diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4628ed6..a15d2b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Cache redis build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: tmp/cache key: "local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}" @@ -71,7 +71,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Cache redis build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: tmp/cache key: "local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}" @@ -106,7 +106,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Cache redis build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: tmp/cache key: "local-tmp-cache-${{ matrix.redis }}-on-${{ matrix.os }}"