]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump actions/cache from 4 to 5 (#14511)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 11 Jan 2026 16:42:51 +0000 (17:42 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Jan 2026 16:42:51 +0000 (17:42 +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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-docs.yml

index d1b38930cff429dcfdbd8ddcf2c99d76bebfde01..77bce055c6899d2fff049fc9d6d259f20aa3d4e3 100644 (file)
@@ -91,7 +91,7 @@ jobs:
         run: uv sync --locked --no-dev --group docs
       - name: Update Languages
         run: uv run ./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