This is an automated email from the ASF dual-hosted git repository. edcoleman pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new 3b198250e3 update cache workflow action to v4, replaces node 16 with node 20 (#4195) 3b198250e3 is described below commit 3b198250e3264a7950d534fb54b3ffc04f28c92a Author: EdColeman <d...@etcoleman.com> AuthorDate: Thu Jan 25 15:31:56 2024 -0500 update cache workflow action to v4, replaces node 16 with node 20 (#4195) --- .github/workflows/maven-full-its.yaml | 4 ++-- .github/workflows/maven-on-demand.yaml | 2 +- .github/workflows/maven.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven-full-its.yaml b/.github/workflows/maven-full-its.yaml index 531eaaac7c..c5f7a21f39 100644 --- a/.github/workflows/maven-full-its.yaml +++ b/.github/workflows/maven-full-its.yaml @@ -54,7 +54,7 @@ jobs: distribution: adopt java-version: 17 - name: Cache local maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.m2/repository/ @@ -98,7 +98,7 @@ jobs: distribution: adopt java-version: 17 - name: Cache local maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.m2/repository/ diff --git a/.github/workflows/maven-on-demand.yaml b/.github/workflows/maven-on-demand.yaml index decaa26b64..19e9bf8a54 100644 --- a/.github/workflows/maven-on-demand.yaml +++ b/.github/workflows/maven-on-demand.yaml @@ -71,7 +71,7 @@ jobs: distribution: adopt java-version: 17 - name: Cache local maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.m2/repository/ diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index fd4430492b..bd28b3269b 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -44,7 +44,7 @@ jobs: distribution: adopt java-version: 17 - name: Cache local maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.m2/repository/ @@ -82,7 +82,7 @@ jobs: distribution: adopt java-version: ${{ matrix.profile.javaver }} - name: Cache local maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.m2/repository/