]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump actions/setup-python from 5 to 6 (#3677)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 4 Oct 2025 17:38:23 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Oct 2025 17:38:23 +0000 (18:38 +0100)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/publish.yml
.github/workflows/test-suite.yml

index fb2304a81a28c035aa401cff2f9168926f553481..a16f25874082aff3f0c3ba398b39cc588ca6f3f2 100644 (file)
@@ -15,7 +15,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v4"
-      - uses: "actions/setup-python@v5"
+      - uses: "actions/setup-python@v6"
         with:
           python-version: 3.9
       - name: "Install dependencies"
index 9ea74686b81550a1c341ac7a396d7f8c6579f8b8..92e8c360159786cb1dd3381fc24d2525e62d05cd 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v4"
-      - uses: "actions/setup-python@v5"
+      - uses: "actions/setup-python@v6"
         with:
           python-version: "${{ matrix.python-version }}"
           allow-prereleases: true