From 7d11dffbe52bb055c044b9ed18c7b5ef5cca0acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:00:26 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/java-17.yml | 2 +- .github/workflows/java-21.yml | 2 +- .github/workflows/java-8.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/java-17.yml b/.github/workflows/java-17.yml index cb78ce2..ecc1252 100644 --- a/.github/workflows/java-17.yml +++ b/.github/workflows/java-17.yml @@ -21,7 +21,7 @@ jobs: java-version: 17 distribution: liberica - name: Cache Gradle packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/java-21.yml b/.github/workflows/java-21.yml index 95482ad..1b87a58 100644 --- a/.github/workflows/java-21.yml +++ b/.github/workflows/java-21.yml @@ -21,7 +21,7 @@ jobs: java-version: 21 distribution: liberica - name: Cache Gradle packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/java-8.yml b/.github/workflows/java-8.yml index d829628..569d0f2 100644 --- a/.github/workflows/java-8.yml +++ b/.github/workflows/java-8.yml @@ -21,7 +21,7 @@ jobs: java-version: 8 distribution: liberica - name: Cache Gradle packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches