summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-26 06:35:07 +0000
committerLuke from DC <[email protected]>2025-09-11 06:20:56 +0000
commit29665fe9d62c55100f4a472859c046f3baa35e10 (patch)
tree98225dd706a5cb6b4325fbe07582aaecfdebcdf4
parent27e1cc6f93b190c9e0efae255d2f6dfa227c9fcc (diff)
downloadpluma-29665fe9d62c55100f4a472859c046f3baa35e10.tar.bz2
pluma-29665fe9d62c55100f4a472859c046f3baa35e10.tar.xz
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' 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 4b30a1f0..d9c363bd 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@v3
+ uses: actions/cache@v4
id: cache-mate-desktop
with:
path: ${{ env.CACHE_PATH }}