diff --git a/.github/workflows/hello-world-gradle-workflow.yml b/.github/workflows/hello-world-gradle-workflow.yml index 62b4dd0..8d7f92b 100644 --- a/.github/workflows/hello-world-gradle-workflow.yml +++ b/.github/workflows/hello-world-gradle-workflow.yml @@ -42,7 +42,7 @@ jobs: cache: "gradle" - name: Cache the Gradle packages to speed up build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches diff --git a/.github/workflows/hello-world-maven-workflow.yml b/.github/workflows/hello-world-maven-workflow.yml index 712f0f2..fefa86f 100644 --- a/.github/workflows/hello-world-maven-workflow.yml +++ b/.github/workflows/hello-world-maven-workflow.yml @@ -42,7 +42,7 @@ jobs: cache: "maven" - name: Cache the Maven packages to speed up build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}