diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-29 18:03:57 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-29 18:09:38 +0000 |
| commit | af548cae476194a47f33e3d5fb8e6a8f8deacf33 (patch) | |
| tree | 586a71e4d0ef7f57acda1967603b95de85ce7a7c | |
| parent | 407d2b73ec98ecc6e7e192a3558c7f37f3fd0ebc (diff) | |
| download | marco-master.tar.bz2 marco-master.tar.xz | |
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '6'
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 efa074b7..b5d7f4e3 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@v5 + uses: actions/cache@v6 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} |
