From c9ab130589fa5a728be3f1413e999f3793bba79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:08:19 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...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/integration.yml | 2 +- .github/workflows/linux.yml | 8 ++++---- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ddb5db5442..6f4498ebe4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' - uses: actions/checkout@v6 - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-integration-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b552ce5104..d409757150 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -42,7 +42,7 @@ jobs: java-version: 17 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -64,7 +64,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -86,7 +86,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a5583d48cf..6ce0aa9242 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gs-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9826a9ea32..b4cafc80f6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}