diff --git a/.github/workflows/bump-version-and-update-milestone.yml b/.github/workflows/bump-version-and-update-milestone.yml index e9ec28f2dde..570ff2ac68c 100644 --- a/.github/workflows/bump-version-and-update-milestone.yml +++ b/.github/workflows/bump-version-and-update-milestone.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/checker-framework.yml b/.github/workflows/checker-framework.yml index b6a8f47c01d..1af86d8c375 100644 --- a/.github/workflows/checker-framework.yml +++ b/.github/workflows/checker-framework.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dba261598d9..408dd81bf6b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/diff-report.yml b/.github/workflows/diff-report.yml index 3a65459dece..3efada24df7 100644 --- a/.github/workflows/diff-report.yml +++ b/.github/workflows/diff-report.yml @@ -132,7 +132,7 @@ jobs: git fetch forked - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/error-prone.yml b/.github/workflows/error-prone.yml index 5924d1abbd3..952e6387361 100644 --- a/.github/workflows/error-prone.yml +++ b/.github/workflows/error-prone.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pitest.yml b/.github/workflows/pitest.yml index 74b51379f19..ddc5f4fb8ec 100644 --- a/.github/workflows/pitest.yml +++ b/.github/workflows/pitest.yml @@ -62,7 +62,7 @@ jobs: sudo apt install groovy - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-maven-perform.yml b/.github/workflows/release-maven-perform.yml index d6fadd8e1fc..0e20975f195 100644 --- a/.github/workflows/release-maven-perform.yml +++ b/.github/workflows/release-maven-perform.yml @@ -32,7 +32,7 @@ jobs: ref: master - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-maven-prepare.yml b/.github/workflows/release-maven-prepare.yml index 55d0bc2b717..74ed97b1af2 100644 --- a/.github/workflows/release-maven-prepare.yml +++ b/.github/workflows/release-maven-prepare.yml @@ -35,7 +35,7 @@ jobs: ref: master - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-new-milestone-and-issues-in-other-repos.yml b/.github/workflows/release-new-milestone-and-issues-in-other-repos.yml index c437043afae..268808b1dab 100644 --- a/.github/workflows/release-new-milestone-and-issues-in-other-repos.yml +++ b/.github/workflows/release-new-milestone-and-issues-in-other-repos.yml @@ -41,7 +41,7 @@ jobs: sudo apt-get install ncal - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-publish-releasenotes-twitter.yml b/.github/workflows/release-publish-releasenotes-twitter.yml index 94e71171a09..9858e6f0531 100644 --- a/.github/workflows/release-publish-releasenotes-twitter.yml +++ b/.github/workflows/release-publish-releasenotes-twitter.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-update-github-io.yml b/.github/workflows/release-update-github-io.yml index b2069d70975..6ac03f7da07 100644 --- a/.github/workflows/release-update-github-io.yml +++ b/.github/workflows/release-update-github-io.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-update-github-page.yml b/.github/workflows/release-update-github-page.yml index 9c906173763..a47e8b60110 100644 --- a/.github/workflows/release-update-github-page.yml +++ b/.github/workflows/release-update-github-page.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-update-xdoc-with-releasenotes.yml b/.github/workflows/release-update-xdoc-with-releasenotes.yml index d0dd974a558..d488548af3e 100644 --- a/.github/workflows/release-update-xdoc-with-releasenotes.yml +++ b/.github/workflows/release-update-xdoc-with-releasenotes.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-upload-all-jar.yml b/.github/workflows/release-upload-all-jar.yml index 376316c74c8..f3263b0bc96 100644 --- a/.github/workflows/release-upload-all-jar.yml +++ b/.github/workflows/release-upload-all-jar.yml @@ -36,7 +36,7 @@ jobs: ref: master - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/releasenotes-gen.yml b/.github/workflows/releasenotes-gen.yml index a1cddb388ee..702aa57ca77 100644 --- a/.github/workflows/releasenotes-gen.yml +++ b/.github/workflows/releasenotes-gen.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/run-link-check.yml b/.github/workflows/run-link-check.yml index 91b1452c8bc..d82b0f1998b 100644 --- a/.github/workflows/run-link-check.yml +++ b/.github/workflows/run-link-check.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 1b282f53b53..548fde740df 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -101,7 +101,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Setup local maven cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}