From d6512df3a84d8729e76bad0b9698956dd3a65807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:48:04 +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/branch-cicd.yaml | 2 +- .github/workflows/stable-cicd.yaml | 2 +- .github/workflows/unstable-cicd.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index e762a17..66bde17 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -44,7 +44,7 @@ jobs: token: ${{secrets.ADMIN_GITHUB_TOKEN || github.token}} - name: 💵 Maven Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository # The "key" used to indicate a set of cached files is the operating system runner diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 6bd2c9d..77d4375 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: 💵 Maven Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository # The "key" used to indicate a set of cached files is the operating system runner diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index c617efd..e296f5e 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -56,7 +56,7 @@ jobs: token: ${{secrets.ADMIN_GITHUB_TOKEN}} - name: 💵 Maven Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository # The "key" used to indicate a set of cached files is the operating system runner