diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-23 05:50:37 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-02-13 09:04:43 -0500 |
| commit | c458fd2c9cdb2e4a594a557aec6c5e75e00bcb6a (patch) | |
| tree | e3d441e7d97f15ffe49da52ad5be3043f2e932de /.github/workflows | |
| parent | a6a92da563e1bdb6e6520b5ec5f67a7dcef4056a (diff) | |
| download | atril-c458fd2c9cdb2e4a594a557aec6c5e75e00bcb6a.tar.bz2 atril-c458fd2c9cdb2e4a594a557aec6c5e75e00bcb6a.tar.xz | |
chore(deps): bump actions/cache from 3 to 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/workflows')
| -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 85c607a4..a4cb1a7f 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -92,7 +92,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 }} |
