From b9538d5284cea18608f8490605cee58f9c6b7557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:22:25 +0000 Subject: [PATCH] build(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/codeql-analysis.yml | 2 +- .github/workflows/maven-acceptance-manual.yml | 6 +++--- .github/workflows/maven-acceptance-wide.yml | 2 +- .github/workflows/maven-acceptance.yml | 6 +++--- .github/workflows/maven.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a3a9abf8..d82a2b21 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -56,7 +56,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven-acceptance-manual.yml b/.github/workflows/maven-acceptance-manual.yml index 41c335ef..40837d2c 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -53,7 +53,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} @@ -97,7 +97,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} @@ -154,7 +154,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven-acceptance-wide.yml b/.github/workflows/maven-acceptance-wide.yml index b26dede0..23b79150 100644 --- a/.github/workflows/maven-acceptance-wide.yml +++ b/.github/workflows/maven-acceptance-wide.yml @@ -47,7 +47,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven-acceptance.yml b/.github/workflows/maven-acceptance.yml index 699a8dbf..c5c8a447 100644 --- a/.github/workflows/maven-acceptance.yml +++ b/.github/workflows/maven-acceptance.yml @@ -37,7 +37,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} @@ -68,7 +68,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} @@ -115,7 +115,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index add3761e..d64b9489 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -51,7 +51,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }} @@ -85,7 +85,7 @@ jobs: with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.jdk }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-${{ hashFiles('**/pom.xml') }}