diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-15 15:26:02 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2025-12-15 16:54:47 -0500 |
| commit | 2beb48804842dedd1381a3266033665b89ea2c54 (patch) | |
| tree | 13ba51e44bbcaeca4f46f9bd5dcf347f2ba61f3a /.github/workflows | |
| parent | 7e64b1225269bd9cefb458fe868f8adf4969f910 (diff) | |
| download | mate-control-center-2beb48804842dedd1381a3266033665b89ea2c54.tar.bz2 mate-control-center-2beb48804842dedd1381a3266033665b89ea2c54.tar.xz | |
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d9c363bd..284886a7 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@v4 + uses: actions/cache@v5 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} |
