diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1900fbe..a4f3e10 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,7 +22,7 @@ jobs: java-version: '11' distribution: 'temurin' - name: Cache .m2 and JKube - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ${{ github.workspace }}/jkube @@ -54,7 +54,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Restore cache .m2 and JKube - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ${{ github.workspace }}/jkube @@ -115,7 +115,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Restore cache .m2 and JKube - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: path: | ${{ github.workspace }}/jkube