From c3a5822a9256712c1e64480bc9af035024e91b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:44:38 +0000 Subject: [PATCH] Bump actions/cache from 6.0.0 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.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/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-test.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/push-master.yml | 2 +- .github/workflows/sonarqube.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index dfbcbd71..97e406c4 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9af99b69..374cc8ea 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 16cefe15..9dee7af8 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 6e8f4dbc..e87b4c4a 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository