From 9ba7c43c138c15d728a86f5adc1e148503360be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:37:51 +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/action-test.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- .github/workflows/yetus.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 4c87007b..528632e3 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -30,7 +30,7 @@ jobs: path: src fetch-depth: 0 - name: maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: yetus-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 34c79b36..a52777a4 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -30,7 +30,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: yetus-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index 2a00553b..1b526a00 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -34,7 +34,7 @@ jobs: path: src fetch-depth: 0 - name: maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: yetus-m2-${{ hashFiles('**/pom.xml') }}