diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0bc3616251e30..957b8c0ffac34 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - name: Cache Bundler RubyGems - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -63,7 +63,7 @@ jobs: - run: brew config - name: Cache Bundler RubyGems - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -207,7 +207,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - name: Cache Bundler RubyGems - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -220,7 +220,7 @@ jobs: run: mkdir tests - name: Cache parallel tests log - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: tests key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }} @@ -310,7 +310,7 @@ jobs: run: mkdir tests - name: Cache parallel tests log - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: tests key: ${{ runner.os }}-parallel_runtime_rspec-${{ github.sha }}