diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index ced35b929b7..08d0e23c890 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -42,7 +42,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Cache .m2 registry - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: cache-e2e-${{ github.sha }}-${{ github.run_id }} @@ -73,7 +73,7 @@ jobs: github token: ${{ secrets.GITHUB_TOKEN }} start args: '--addons=metrics-server --force' - name: Cache .m2 registry - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: cache-e2e-${{ github.sha }}-${{ github.run_id }} @@ -103,7 +103,7 @@ jobs: oc version: ${{ matrix.openshift }} github token: ${{ secrets.GITHUB_TOKEN }} - name: Cache .m2 registry - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: cache-e2e-${{ github.sha }}-${{ github.run_id }}