From e9d40c0f5f73e1fce0599ac84d16ac1c98960340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:08:54 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 1f75344..98cf30c 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@v4 + uses: actions/cache@v5 with: path: | ~/.local/share/flatpak diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index 837d77e..d117b5e 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@v4 + uses: actions/cache@v5 with: path: | ~/.local/share/flatpak