From 6e21da5d8b1da1e4f2692016a5cb3cad68bf6494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:27:11 +0000 Subject: [PATCH] [github-actions] (deps): 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-container-image.yml | 2 +- .github/workflows/perform-release.yml | 6 +++--- .github/workflows/pull-request-tests.yml | 2 +- .github/workflows/render-and-deploy-site.yml | 2 +- .github/workflows/submit-dependency-tree-samples.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-container-image.yml b/.github/workflows/build-container-image.yml index f71675c..ef5dec3 100644 --- a/.github/workflows/build-container-image.yml +++ b/.github/workflows/build-container-image.yml @@ -73,7 +73,7 @@ jobs: echo "home=$HOME" >> $GITHUB_OUTPUT - name: Cache Maven Local Repo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.find-home.outputs.home }}/.m2/repository key: ${{ runner.os }}-${{ runner.arch }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/perform-release.yml b/.github/workflows/perform-release.yml index 105beed..fd6fec2 100644 --- a/.github/workflows/perform-release.yml +++ b/.github/workflows/perform-release.yml @@ -58,7 +58,7 @@ jobs: echo "home=$HOME" >> $GITHUB_OUTPUT - name: Cache Maven Local Repo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.find-home.outputs.home }}/.m2/repository key: ${{ runner.os }}-${{ runner.arch }}-maven-${{ hashFiles('**/pom.xml') }} @@ -200,7 +200,7 @@ jobs: echo "home=$HOME" >> $GITHUB_OUTPUT - name: Cache Maven Local Repo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.find-home.outputs.home }}/.m2/repository key: ${{ runner.os }}-${{ runner.arch }}-maven-${{ hashFiles('**/pom.xml') }} @@ -292,7 +292,7 @@ jobs: echo "home=$HOME" >> $GITHUB_OUTPUT - name: Cache Maven Local Repo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.find-home.outputs.home }}/.m2/repository key: ${{ runner.os }}-${{ runner.arch }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pull-request-tests.yml b/.github/workflows/pull-request-tests.yml index 12d7452..9ff3a42 100644 --- a/.github/workflows/pull-request-tests.yml +++ b/.github/workflows/pull-request-tests.yml @@ -45,7 +45,7 @@ jobs: echo "home=$HOME" >> $GITHUB_OUTPUT - name: Cache Maven Local Repo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.find-home.outputs.home }}/.m2/repository key: ${{ runner.os }}-${{ runner.arch }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/render-and-deploy-site.yml b/.github/workflows/render-and-deploy-site.yml index ce4717b..12a96f2 100644 --- a/.github/workflows/render-and-deploy-site.yml +++ b/.github/workflows/render-and-deploy-site.yml @@ -52,7 +52,7 @@ jobs: echo "home=$HOME" >> $GITHUB_OUTPUT - name: Cache Maven Local Repo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.find-home.outputs.home }}/.m2/repository key: ${{ runner.os }}-${{ runner.arch }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/submit-dependency-tree-samples.yml b/.github/workflows/submit-dependency-tree-samples.yml index ab8ab1f..0c5b79e 100644 --- a/.github/workflows/submit-dependency-tree-samples.yml +++ b/.github/workflows/submit-dependency-tree-samples.yml @@ -29,7 +29,7 @@ jobs: echo "home=$HOME" >> $GITHUB_OUTPUT - name: Cache Maven Local Repo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.find-home.outputs.home }}/.m2/repository key: ${{ runner.os }}-${{ runner.arch }}-maven-${{ hashFiles('**/pom.xml') }}