From 31f71b56697d9f0031028533532416acf590a1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:43:32 +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/branch.yml | 6 +++--- .github/workflows/dev.yml | 6 +++--- .github/workflows/main.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 7597a07..51a606d 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -61,7 +61,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache Launch4j id: cache-launch4j - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: launch4j key: launch4j-3.50-win32 @@ -78,7 +78,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-windows-x64 @@ -336,7 +336,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-linux-x64 diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index fe1bd2e..eac0e39 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -60,7 +60,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache Launch4j id: cache-launch4j - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: launch4j key: launch4j-3.50-win32 @@ -77,7 +77,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-windows-x64 @@ -337,7 +337,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-linux-x64 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c39b0aa..8f8acd0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache Launch4j id: cache-launch4j - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: launch4j key: launch4j-3.50-win32 @@ -76,7 +76,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-windows-x64 @@ -334,7 +334,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-linux-x64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1ddd21..ea02d99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache Launch4j id: cache-launch4j - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: launch4j key: launch4j-3.50-win32 @@ -76,7 +76,7 @@ jobs: # Full JDK required for jdeps and jlink (not included in a plain JRE). - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-windows-x64 @@ -334,7 +334,7 @@ jobs: # ----------------------------------------------------------------------- - name: Cache JDK (Temurin 21) id: cache-jdk - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: jdk key: temurin-jdk-21-linux-x64