diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-22 11:42:01 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2025-05-22 11:42:01 +0000 |
commit | 770708594120c79d3b7d9b767873f36367ae081c (patch) | |
tree | 9b7aba829b0465ae026a7a6f11d49849f9e35dd5 | |
parent | 4c50efe0ee15c9dfa45fc26c8b75ecbef4da12bc (diff) | |
download | mate-control-center-dependabot/github_actions/actions/cache-4.tar.bz2 mate-control-center-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]>
-rw-r--r-- | .github/workflows/builds.yml | 2 |
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 }} |