From adfbbb83c2ade610071ddf26fa165f24f6cd3fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:34:44 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flatpak-test.yml | 2 +- .github/workflows/publish-stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak-test.yml b/.github/workflows/flatpak-test.yml index 98cf30cf..2fe5a064 100644 --- a/.github/workflows/flatpak-test.yml +++ b/.github/workflows/flatpak-test.yml @@ -23,7 +23,7 @@ jobs: ref: OpenVCS - name: Cache Flatpak SDK and build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.local/share/flatpak diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index beea51cc..be425aa8 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -46,7 +46,7 @@ jobs: - name: Cache Flatpak SDK and build if: matrix.platform == 'ubuntu-24.04' && env.OPENVCS_ENABLE_FLATPAK == '1' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.local/share/flatpak