]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump actions/setup-python from 2 to 4 (#411)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 4 Nov 2022 21:43:45 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 21:43:45 +0000 (22:43 +0100)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
.github/workflows/build-docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml

index 8a22d43a00cd66c8a2717c2d796f633905dc8c8f..b518a988f78e3528e8c0687b6f7dc08c44109180 100644 (file)
@@ -21,7 +21,7 @@ jobs:
         run: echo "$GITHUB_CONTEXT"
       - uses: actions/checkout@v3.1.0
       - name: Set up Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4
         with:
           python-version: "3.7"
       # Allow debugging with tmate
index 046396ba3288919e8171a458bc6d093be7dbb8fa..f42c6447f664807756ce5ee40a341b66e9416a11 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3.1.0
       - name: Set up Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4
         with:
           python-version: "3.7"
       # Allow debugging with tmate
index 19cd691d864578c109994f0f57ff50761ccbcfe6..bceec7e71ff9dab079cce3dc09b8f659442f1b36 100644 (file)
@@ -24,7 +24,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3.1.0
       - name: Set up Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
       # Allow debugging with tmate