From ea1f21ed23ebc991b704c11da9c75066fb91e8e1 Mon Sep 17 00:00:00 2001 From: Daniel Flassak Date: Fri, 10 Jan 2025 15:12:20 +0100 Subject: [PATCH] use current version v4 of cache action --- .github/workflows/run-with-maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-with-maven.yml b/.github/workflows/run-with-maven.yml index df8ed57..3b7a934 100644 --- a/.github/workflows/run-with-maven.yml +++ b/.github/workflows/run-with-maven.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}