From 598baf1aa0be55789882d8369d55ccd1ea858bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:30:26 +0000 Subject: [PATCH] Bump actions/cache from 4.2.4 to 4.3.0 in the workflow-actions group Bumps the workflow-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.4 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/0400d5f644dc74513175e3cd8d07132dd4860809...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-report.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-report.yml b/.github/workflows/ci-report.yml index 7d63b39e9..c35327317 100644 --- a/.github/workflows/ci-report.yml +++ b/.github/workflows/ci-report.yml @@ -63,7 +63,7 @@ jobs: distribution: temurin # https://github.com/actions/cache/blob/main/examples.md#java---maven - name: Cache local Maven repository - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0 with: path: ~/.m2/repository # use a different key than workflows running untrusted code diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ace8bd12..d49e3935c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: distribution: temurin # https://github.com/actions/cache/blob/main/examples.md#java---maven - name: Cache local Maven repository - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0 with: path: ~/.m2/repository # use a different key than workflows running in trusted mode