diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60479664..2c9fb43b 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 dcff2a8d..c8710549 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 ff2f2d54..8be73809 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') }}