]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump actions/cache from 4 to 5 dependabot/github_actions/actions/cache-5 14511/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 12 Dec 2025 11:04:44 +0000 (11:04 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 11:04:44 +0000 (11:04 +0000)
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
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/build-docs.yml

index 73e1c6b67a2ee724f7277ddd2990741823ee9967..e4d07fb2e51cd2a3313e7caa286a4be736e91ffe 100644 (file)
@@ -98,7 +98,7 @@ jobs:
         run: uv pip install -r requirements-docs.txt
       - name: Update Languages
         run: python ./scripts/docs.py update-languages
-      - uses: actions/cache@v4
+      - uses: actions/cache@v5
         with:
           key: mkdocs-cards-${{ matrix.lang }}-${{ github.ref }}
           path: docs/${{ matrix.lang }}/.cache