From c208a6822a414b6a8094db22a0b4aa5b502f6ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:24:24 +0000 Subject: [PATCH] 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/build.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 42916db..20c6b68 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,7 +55,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -79,7 +79,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -122,7 +122,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -165,7 +165,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -210,7 +210,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -282,7 +282,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -352,7 +352,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }}