From dc2c598804a7a25860f99ce65b9da1940895f500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:17:52 +0000 Subject: [PATCH] Bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 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.3...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/github-default-actions.yml | 6 +++--- .github/workflows/github-default-jdk11-actions.yml | 6 +++--- .github/workflows/github-jdk11-release-actions.yml | 2 +- .github/workflows/github-release-actions.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/github-default-actions.yml b/.github/workflows/github-default-actions.yml index d84c89c20..352c71070 100644 --- a/.github/workflows/github-default-actions.yml +++ b/.github/workflows/github-default-actions.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -69,7 +69,7 @@ jobs: security-events: write steps: - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-default-jdk11-actions.yml b/.github/workflows/github-default-jdk11-actions.yml index 5121781cf..18be438a1 100644 --- a/.github/workflows/github-default-jdk11-actions.yml +++ b/.github/workflows/github-default-jdk11-actions.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -69,7 +69,7 @@ jobs: security-events: write steps: - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-jdk11-release-actions.yml b/.github/workflows/github-jdk11-release-actions.yml index 9959cbe42..4defb7bff 100644 --- a/.github/workflows/github-jdk11-release-actions.yml +++ b/.github/workflows/github-jdk11-release-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-release-actions.yml b/.github/workflows/github-release-actions.yml index c95174992..48909d719 100644 --- a/.github/workflows/github-release-actions.yml +++ b/.github/workflows/github-release-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}