From edc1610317eac982c96c3841a8848941eae4ba50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 12:52:15 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/discord-backup-report.yml | 4 ++-- .github/workflows/publish-discord-backup.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/discord-backup-report.yml b/.github/workflows/discord-backup-report.yml index fa961a6..01b8b81 100644 --- a/.github/workflows/discord-backup-report.yml +++ b/.github/workflows/discord-backup-report.yml @@ -28,7 +28,7 @@ jobs: - name: Restore Discord DB cache id: restore-discord-db - uses: actions/cache/restore@v5.0.5 + uses: actions/cache/restore@v6.1.0 with: path: | .discrawl-ci/discrawl.db @@ -82,7 +82,7 @@ jobs: git -C "$BACKUP_REPO" push - name: Save Discord DB cache - uses: actions/cache/save@v5.0.5 + uses: actions/cache/save@v6.1.0 with: path: | .discrawl-ci/discrawl.db diff --git a/.github/workflows/publish-discord-backup.yml b/.github/workflows/publish-discord-backup.yml index bb4c4c4..a2ed077 100644 --- a/.github/workflows/publish-discord-backup.yml +++ b/.github/workflows/publish-discord-backup.yml @@ -29,7 +29,7 @@ jobs: - name: Restore Discord DB cache id: restore-discord-db - uses: actions/cache/restore@v5.0.5 + uses: actions/cache/restore@v6.1.0 with: path: | .discrawl-ci/discrawl.db @@ -104,7 +104,7 @@ jobs: --push - name: Save Discord DB cache - uses: actions/cache/save@v5.0.5 + uses: actions/cache/save@v6.1.0 with: path: | .discrawl-ci/discrawl.db