]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump actions/cache from 4 to 5 dependabot/github_actions/actions/cache-5 1673/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 11 Dec 2025 22:04:00 +0000 (22:04 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 22:04:00 +0000 (22: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 5a419ce2b2f985f796298db66a6102508202d295..a4350002e2fe3cacb290ccbf42ee15c36932d623 100644 (file)
@@ -65,7 +65,7 @@ jobs:
             pyproject.toml
       - name: Install docs extras
         run: uv pip install -r requirements-docs.txt
-      - uses: actions/cache@v4
+      - uses: actions/cache@v5
         with:
           key: mkdocs-cards-${{ github.ref }}
           path: .cache