summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-23 05:50:37 +0000
committerGitHub <[email protected]>2025-12-23 05:50:37 +0000
commit60ec1bbd65a897d779205707c75ee74f40c0286b (patch)
tree0b5e8da437a717bba59e4eb3f8e1b2c0d386763d /.github/workflows
parent64bcc359e333135e72af2cc410373d8523b73c09 (diff)
downloadatril-dependabot/github_actions/actions/cache-5.tar.bz2
atril-dependabot/github_actions/actions/cache-5.tar.xz
chore(deps): bump actions/cache from 3 to 5dependabot/github_actions/actions/cache-5
Bumps [actions/cache](https://github.com/actions/cache) from 3 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/v3...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]>
Diffstat (limited to '.github/workflows')
-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 65b9bc9c..36f79562 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -86,7 +86,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@v5
id: cache-mate-desktop
with:
path: ${{ env.CACHE_PATH }}