From 4685d5553c32cd7a0c4763b4f5d7d87795571024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:34:53 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 8461615..a3cd202 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: password: ${{ secrets.GH_PAT }} - name: Cache Docker layers - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: /tmp/.buildx/cache key: ${{ runner.os }}-buildx-cache-${{ github.sha }}