From 9338c36af508333015707a9c5e819023e787ac4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 23:35:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action from vv5.0.5 to v6 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60c6ea9..03fdb22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: java-version: 17.0.13 distribution: liberica - name: Cache Maven dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}