diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4593a2c5322..71cc5d4361d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: - name: Create test app run: bin/rake setup - name: Restore cached RSpec runtimes - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: tmp/parallel_runtime_rspec.log key: runtimes-rspec-${{ matrix.ruby }}-${{ matrix.deps }}-${{ hashFiles('tmp/parallel_runtime_rspec.log') }} @@ -60,7 +60,7 @@ jobs: bin/parallel_rspec RSPEC_FILESYSTEM_CHANGES=true bin/rspec - name: Restore cached cucumber runtimes - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: tmp/parallel_runtime_cucumber.log key: runtimes-cucumber-${{ matrix.ruby }}-${{ matrix.deps }}-${{ hashFiles('tmp/parallel_runtime_cucumber.log') }}