diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e96695622206..36ed970b066da 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.0.11 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.0.11 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -209,7 +209,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - name: Cache Bundler RubyGems - uses: actions/cache@v1 + uses: actions/cache@v3.0.11 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -222,7 +222,7 @@ jobs: run: mkdir tests - name: Cache parallel tests log - uses: actions/cache@v1 + uses: actions/cache@v3.0.11 with: path: tests key: ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }} @@ -312,7 +312,7 @@ jobs: run: mkdir tests - name: Cache parallel tests log - uses: actions/cache@v1 + uses: actions/cache@v3.0.11 with: path: tests key: ${{ runner.os }}-parallel_runtime_rspec-${{ github.sha }}