From e5a2b3ec0b81f5604ef5e2d3b98ca6590e842772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:11:08 +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/atlas.yml | 2 +- .github/workflows/contributor-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/atlas.yml b/.github/workflows/atlas.yml index e1ec067548..941f531021 100644 --- a/.github/workflows/atlas.yml +++ b/.github/workflows/atlas.yml @@ -61,7 +61,7 @@ jobs: run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT shell: bash - name: Cache Maven local repository - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-maven with: path: | diff --git a/.github/workflows/contributor-build.yml b/.github/workflows/contributor-build.yml index fbaad2fa68..2cc1b2de63 100644 --- a/.github/workflows/contributor-build.yml +++ b/.github/workflows/contributor-build.yml @@ -70,7 +70,7 @@ jobs: run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT shell: bash - name: Cache Maven local repository - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-maven with: path: |