From 06290327c4d8d2d222bb156ec005e6ec9203818a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:05:16 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.0 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 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.0...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/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/oss-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 067971e..3721069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: java-version: '17' - name: Cache local Maven repository - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.3.0 env: cache-name: cache-mvn with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2a0b9b5..affabd8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: java-version: '17' - name: Cache local Maven repository - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.3.0 env: cache-name: cache-mvn with: diff --git a/.github/workflows/oss-deploy.yml b/.github/workflows/oss-deploy.yml index a483de3..834944a 100644 --- a/.github/workflows/oss-deploy.yml +++ b/.github/workflows/oss-deploy.yml @@ -21,7 +21,7 @@ jobs: java-version: '17' - name: Cache local Maven repository - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.3.0 env: cache-name: cache-mvn with: