summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-15 22:37:36 +0000
committerGitHub <[email protected]>2025-12-15 22:37:36 +0000
commit386f13221e6aa5e9fd8ca317744968ed4f5aa40f (patch)
tree10344030230b97a7bef5d0289f2dae52362a5c97
parentdecd807e9e642816a5a5fba94e75d044759eb8fc (diff)
downloadpluma-dependabot/github_actions/actions/cache-5.tar.bz2
pluma-dependabot/github_actions/actions/cache-5.tar.xz
build(deps): bump actions/cache from 4 to 5dependabot/github_actions/actions/cache-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] <[email protected]>
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index d9c363bd..284886a7 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -81,7 +81,7 @@ jobs:
# INFO: M-C-C depends mate-desktop 1.27.1+, so we should install it from source.
- name: Cache mate-desktop binary packages
- uses: actions/cache@v4
+ uses: actions/cache@v5
id: cache-mate-desktop
with:
path: ${{ env.CACHE_PATH }}