diff --git a/.github/workflows/04-maven-nit.yml b/.github/workflows/04-maven-nit.yml index 26d3c00..ed16a33 100644 --- a/.github/workflows/04-maven-nit.yml +++ b/.github/workflows/04-maven-nit.yml @@ -51,7 +51,7 @@ jobs: - name: Prepare maven cache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-m2cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-m2cache- with: @@ -89,7 +89,7 @@ jobs: - name: Prepare nit.sh.bak cache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-nitcache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-nitcache- with: diff --git a/.github/workflows/06-codeql-java.yml b/.github/workflows/06-codeql-java.yml index 9ddecbb..5c624e7 100644 --- a/.github/workflows/06-codeql-java.yml +++ b/.github/workflows/06-codeql-java.yml @@ -71,7 +71,7 @@ jobs: - name: Prepare maven cache # Based on https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching#example-using-the-cache-action example id: cache-m2cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-m2cache- with: