diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 64957c6b67d..963a3ae0f52 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -48,7 +48,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-e2e-${{ github.sha }}-${{ github.run_id }} @@ -80,7 +80,7 @@ jobs: github token: ${{ secrets.GITHUB_TOKEN }} start args: '--force' - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-e2e-${{ github.sha }}-${{ github.run_id }} @@ -111,7 +111,7 @@ jobs: github token: ${{ secrets.GITHUB_TOKEN }} start args: '--force' - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-e2e-${{ github.sha }}-${{ github.run_id }} @@ -162,7 +162,7 @@ jobs: oc version: ${{ matrix.openshift }} github token: ${{ secrets.GITHUB_TOKEN }} - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-e2e-${{ github.sha }}-${{ github.run_id }} diff --git a/.github/workflows/release-snapshots.yaml b/.github/workflows/release-snapshots.yaml index dcfc58122ac..4423cd6bfa9 100644 --- a/.github/workflows/release-snapshots.yaml +++ b/.github/workflows/release-snapshots.yaml @@ -47,7 +47,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-snapshot-release-${{ github.sha }}-${{ github.run_id }} @@ -74,7 +74,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-snapshot-release-${{ github.sha }}-${{ github.run_id }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 92b4fe2d45f..975677e39e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,7 +54,7 @@ jobs: with: ref: ${{ github.event.inputs.tag }} - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-release-${{ github.sha }}-${{ github.run_id }} @@ -83,7 +83,7 @@ jobs: with: ref: ${{ github.event.inputs.tag }} - name: Cache .m2 registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: cache-release-${{ github.sha }}-${{ github.run_id }}