From 6a2bae491f3ba3b54dacfad12e75d6ba579db178 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:13:35 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/backup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 85a1b8f..37709d0 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -27,7 +27,7 @@ jobs: #- name: Debug - List backups # run: ls -lah ${GITHUB_WORKSPACE}/backups/ - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: backups key: backups-${{ github.run_id }} @@ -43,7 +43,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v6 - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: backups key: backups-${{ github.run_id }}