From 49547be03c718f17ac18bd428054997dd2fd68f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:12:46 +0000 Subject: [PATCH] Bump actions/cache from 4.2.2 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.3.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/v4.2.2...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89ef501..7cc0351 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: distribution: 'corretto' cache: maven - name: Cache Maven packages - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.3.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -44,7 +44,7 @@ jobs: # https://github.com/actions/cache/issues/1224 # Most solutions seem focused on caching built images, no pulled images. # - name: Cache Docker layers - # uses: actions/cache@v4.2.2 + # uses: actions/cache@v4.3.0 # with: # path: /var/lib/docker # key: ${{ runner.os }}-docker-layer-cache