diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-24 13:33:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-24 13:33:46 +0000 |
| commit | 60de6dad8552869d8f14c9facfd869569f12a08e (patch) | |
| tree | 6728185bbd28072f666914f5b9caa294131863b5 | |
| parent | 5d57ff70a38801c26f77b71d0db86cb530252022 (diff) | |
| download | mate-power-manager-dependabot/github_actions/actions/cache-6.tar.bz2 mate-power-manager-dependabot/github_actions/actions/cache-6.tar.xz | |
build(deps): bump actions/cache from 5 to 6dependabot/github_actions/actions/cache-6
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 c45df72..c2373cc 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -82,7 +82,7 @@ jobs: # INFO: mate-power-manager depends on newer mate-desktop APIs, 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 }} |
