From a6466be1098bfe265b521035c760e95cf387a5d2 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Wed, 11 Dec 2024 14:33:14 +0100 Subject: [PATCH] Deprecation of https://github.com/actions/cache < v3 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ab80a71a..6f593d06 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -33,7 +33,7 @@ jobs: with: java-version: 21 - - uses: actions/cache@v1 + - uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}