From 7a0a5bd4fc71dc6f7031b1b9c43ffada085c6b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:08:16 +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 1608d29e61..a3414acb3f 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 3360d527ae..101559cb0c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,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') }} @@ -42,7 +42,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') }} @@ -64,7 +64,7 @@ jobs: java-version: 25 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') }} @@ -87,7 +87,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') }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 66382bdc7d..4f95964eab 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ jobs: java-version: 17 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 ea06818092..32bc730803 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,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') }}