From d099d16725522c3050ae68dc5e40519b21617eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:05:19 +0000 Subject: [PATCH] chore: Bump actions/cache from 3.3.2 to 4.0.1 (#339) --- .github/workflows/build.yml | 2 +- .github/workflows/early-access.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2cf7db0..12a7f920 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: distribution: 'adopt' cache: maven - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index b0909673..8caf4ecf 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -74,7 +74,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -133,7 +133,7 @@ jobs: find /tmp/artifacts/ -name "mcs*" -exec mv -v {} artifacts/ \; - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9aeb6f9d..b547253a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: distribution: 'adopt' - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -133,7 +133,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -221,7 +221,7 @@ jobs: distribution: 'adopt' - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}