From 9cc5a4c414c50f6e484581cb681cb75c10b823e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:56:58 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.5. - [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/v3.0.11...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-github.yml b/.github/workflows/ci-github.yml index 23ebf4f..2d9636f 100644 --- a/.github/workflows/ci-github.yml +++ b/.github/workflows/ci-github.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up cache for ~/.m2/repository - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.5 with: path: ~/.m2/repository key: maven-${{ matrix.os }}-${{ hashFiles('**/pom.xml') }}