diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-25 22:23:14 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-06-25 18:50:33 -0400 |
| commit | e555239419e5c1482f95e13b3e5f5101ec1b3f1b (patch) | |
| tree | c027e3e7b7f3c96c4417ee071b46087e67abf5c9 | |
| parent | 83d3c182d8f1893b54aa0571dcad580ccceb1ed7 (diff) | |
| download | libmateweather-master.tar.bz2 libmateweather-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 5d55025..f1d7911 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -77,7 +77,7 @@ jobs: with: key: ${{ env.DISTRO }}-${{ matrix.cc }} - name: Cache mate-desktop binary packages - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} |
