From 1fc063fa2c2be8486359649207d58ff8936888f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 11:14:23 +0000 Subject: [PATCH] Bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5a18404f2..7e2f7a853 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -46,7 +46,7 @@ jobs: echo >> webapp/src/test/resources/application.properties "spring.datasource.password=mindcode" - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: # A list of files, directories, and wildcard patterns to cache and restore path: ~/.m2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff8d6f04b..6debec842 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: echo "spring.datasource.password=mindcode" >> webapp/src/test/resources/application.properties - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.m2 key: maven-v1