]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Merge branch 'master' into feature/python-tests-t feature/python-tests-t 13946/head
authorsvlandeg <svlandeg@github.com>
Tue, 23 Sep 2025 12:43:57 +0000 (14:43 +0200)
committersvlandeg <svlandeg@github.com>
Tue, 23 Sep 2025 12:43:57 +0000 (14:43 +0200)
1  2 
.github/workflows/test.yml

index 9410562468a907e95a97e89835b8c3c4c515e311,b76afe01e4327bf000966241d2f5b26e0a490b2a..b91d9c0138efc7d314ff3cb047eab22a5ec9d72e
@@@ -64,12 -61,11 +64,12 @@@ jobs
          env:
            GITHUB_CONTEXT: ${{ toJson(github) }}
          run: echo "$GITHUB_CONTEXT"
-       - uses: actions/checkout@v4
+       - uses: actions/checkout@v5
        - name: Set up Python
-         uses: actions/setup-python@v5
+         uses: actions/setup-python@v6
          with:
            python-version: ${{ matrix.python-version }}
 +          allow-prereleases: true
        - name: Setup uv
          uses: astral-sh/setup-uv@v6
          with: