diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-23 05:50:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-23 05:50:37 +0000 |
| commit | 60ec1bbd65a897d779205707c75ee74f40c0286b (patch) | |
| tree | 0b5e8da437a717bba59e4eb3f8e1b2c0d386763d /.github | |
| parent | 64bcc359e333135e72af2cc410373d8523b73c09 (diff) | |
| download | atril-dependabot/github_actions/actions/cache-5.tar.bz2 atril-dependabot/github_actions/actions/cache-5.tar.xz | |
chore(deps): bump actions/cache from 3 to 5dependabot/github_actions/actions/cache-5
Bumps [actions/cache](https://github.com/actions/cache) from 3 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/v3...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]>
Diffstat (limited to '.github')
| -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 65b9bc9c..36f79562 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -86,7 +86,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@v3 + uses: actions/cache@v5 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} |
