summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-28 23:08:24 +0000
committerVictor Kareh <[email protected]>2025-08-29 18:17:55 +0000
commit0bafb7ba523b299890151671982d9c8d59de65f4 (patch)
tree50d427ae32841f688e558f6d054b74cb995a2269
parent5f96a3a910ee936e886ef9a3b8d92398ce209c6d (diff)
downloadmarco-0bafb7ba523b299890151671982d9c8d59de65f4.tar.bz2
marco-0bafb7ba523b299890151671982d9c8d59de65f4.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 f38dbe62..4065885a 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -87,7 +87,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 }}