]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump actions/cache from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Dec 2025 18:49:29 +0000 (19:49 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Dec 2025 18:49:29 +0000 (19:49 +0100)
Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

closes: #18927

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml

index 05185497c6291e5a02c9dfec032c86c2af3cd30c..5660d978b47b0527a6d2b585464b6742c777c817 100644 (file)
@@ -601,7 +601,7 @@ jobs:
           echo %GETTEXT64_URL%>> urls.txt
 
       - name: Cache downloaded files
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: downloads
           key: ${{ runner.os }}-${{ matrix.arch }}-${{ hashFiles('urls.txt') }}