From 2c25e0d07d5502d1d915f53febe4ade69c77b574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:14:26 +0000 Subject: [PATCH] [workflow]: 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/build.yml | 2 +- .github/workflows/jdk-ea.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71685fc..4364924 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: java-version: ${{ matrix.java_version }} distribution: 'zulu' - name: Maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: maven-cache with: diff --git a/.github/workflows/jdk-ea.yml b/.github/workflows/jdk-ea.yml index ed8e24d..ec5903e 100644 --- a/.github/workflows/jdk-ea.yml +++ b/.github/workflows/jdk-ea.yml @@ -27,7 +27,7 @@ jobs: website: jdk.java.net release: ${{ matrix.java_version }} - name: Maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: maven-cache with: