]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump actions/cache from 2 to 3 (#5149)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 14 Jul 2022 16:14:54 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 16:14:54 +0000 (18:14 +0200)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [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/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  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
.github/workflows/publish.yml
.github/workflows/test.yml

index 512d70078e3727835e34159097c30a8e59b9cc8a..a0d8959117aff1c7a1570e3a74f7c73e112ca0c8 100644 (file)
@@ -18,7 +18,7 @@ jobs:
         uses: actions/setup-python@v4
         with:
           python-version: "3.7"
-      - uses: actions/cache@v2
+      - uses: actions/cache@v3
         id: cache
         with:
           path: ${{ env.pythonLocation }}
index 4686fd0d46bb51aa1a0ebf49c59964ffb16a9013..02846cefdbdb3abe95c98169c8066699acea1c7d 100644 (file)
@@ -18,7 +18,7 @@ jobs:
         uses: actions/setup-python@v4
         with:
           python-version: "3.6"
-      - uses: actions/cache@v2
+      - uses: actions/cache@v3
         id: cache
         with:
           path: ${{ env.pythonLocation }}
index 763dbc44b625c5fea90a43edd131a6c64ee149c4..14dc141d93b2f746ba516f97a1d64c03d0e4b7d9 100644 (file)
@@ -21,7 +21,7 @@ jobs:
         uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
-      - uses: actions/cache@v2
+      - uses: actions/cache@v3
         id: cache
         with:
           path: ${{ env.pythonLocation }}