From 84f06fb03096da326dce59ceab8dd7bcc4a01d58 Mon Sep 17 00:00:00 2001 From: BF2 Robot Date: Wed, 17 Jan 2024 17:04:28 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b161d7dd..e91a62ba 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: with: java-version: 11 - name: Cache m2 repo - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}