diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-24 15:43:26 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-25 10:18:41 -0400 |
| commit | 2374fc3667d926f64a638d46e571a560d1f0a59f (patch) | |
| tree | 545313024e4ea433c201f3905846e9e13c19d507 | |
| parent | aee60b586450d79b819f9a6a7fbb73c542fe2203 (diff) | |
| download | mate-utils-master.tar.bz2 mate-utils-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 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1282129d..fa102342 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -81,7 +81,7 @@ jobs: # INFO: mate-utils 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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 246c0f1d..71d8db7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: # INFO: mate-utils 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 }} |
