From 9b76e66eae3bb177ea99c28fba5af6ee13ed9385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:18:13 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. - [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.3.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c2aef19f6..467cd6c52 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Cache local Maven repository - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2623cc670..5e2ceb31a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Cache local Maven repository - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }}