diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index e3a7a0081590..0a0d9db955eb 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -63,7 +63,7 @@ jobs: ruby-version: 3.0.2 - name: but use cache to speed that up if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true')) - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index 0f3a21c71927..9bf525949f15 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -54,7 +54,7 @@ jobs: with: ruby-version: 3.0.2 - name: but use cache to speed that up - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}