From 92e3f615299a5eb59496e5699ca10a43fa81a4c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:27:13 +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 78739be..c5d9c93 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -53,7 +53,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') }}