From b0e1b0aca66c17254f64311e7890a06a62ac7fca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:27:56 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.5.0 --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 8e11844..311ff71 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -48,7 +48,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@v3.0.2 - name: 'Cache local Maven repository' - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.5.0 with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }}