summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-26 06:35:07 +0000
committerGitHub <[email protected]>2025-05-26 06:35:07 +0000
commitf64e38ffaf7a070c1fe51062b084bc91a3370c63 (patch)
treea84d98aa67402b01042629f0800607eda757c2fc /.github/workflows
parent8668b7785729f4611e76264e916b72e88004bceb (diff)
downloadpluma-dependabot/github_actions/actions/cache-4.tar.bz2
pluma-dependabot/github_actions/actions/cache-4.tar.xz
build(deps): bump actions/cache from 3 to 4dependabot/github_actions/actions/cache-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]>
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 4387c97c..ae7cb9a4 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 }}