From 73230f7f4b36b539f2ce4a281ca7847630ac5029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:18:50 +0000 Subject: [PATCH] Update actions/cache action to v4.1.0 --- .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 124364b..8efcee1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,7 +42,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4.2.0 - name: Set up cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}