This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 37f0fc24ef Bump actions/cache from 4.2.3 to 4.2.4 (#11033) 37f0fc24ef is described below commit 37f0fc24efb7a451def12627de9b6fbab295030a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 25 09:06:45 2025 +0200 Bump actions/cache from 4.2.3 to 4.2.4 (#11033) Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [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/5a3ec84eff668545956fd18022155c47e93e2684...0400d5f644dc74513175e3cd8d07132dd4860809) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 296ea8799c..0fdb996b27 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -54,7 +54,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: Handle Mimir caches - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-initial-${{ hashFiles('**/pom.xml') }} @@ -123,7 +123,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: Handle Mimir caches - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-full-${{ hashFiles('**/pom.xml') }} @@ -202,7 +202,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: Handle Mimir caches - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-its-${{ hashFiles('**/pom.xml') }}