From d60b2acdeef1b6fdd28ce4a73e38581bada9d03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:45:16 +0000 Subject: [PATCH] Bump actions/cache from 4.2.2 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 5.0.3. - [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...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... 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..aa058ac 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@v5.0.3 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@v5.0.3 # with: # path: /var/lib/docker # key: ${{ runner.os }}-docker-layer-cache