diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-15 18:27:15 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2025-12-15 16:55:07 -0500 |
| commit | 50908fbc052a67800f2c45f197d4debf5830d61f (patch) | |
| tree | 08db519d1581bcdd8bbcef6af3d7052c0bdad52d | |
| parent | a9b6e90d6d5d883bd345a7da33fee1c00eb3d6a6 (diff) | |
| download | marco-master.tar.bz2 marco-master.tar.xz | |
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]>
| -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 785fbb03..d7fc1c09 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@v4 + uses: actions/cache@v5 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} |
