From 7c8d7103e22fb3514463cd9ac54869bb4dbb63dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:12:56 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.1 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/3624ceb22c1c5a301c8db4169662070a689d9ea8...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 999d27e..538deab 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ${{ github.workspace }}/jkube @@ -54,7 +54,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Restore cache .m2 and JKube - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ${{ github.workspace }}/jkube @@ -115,7 +115,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Restore cache .m2 and JKube - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ${{ github.workspace }}/jkube