]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump actions/setup-python from 3 to 4 (#2293)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Jul 2022 13:32:05 +0000 (14:32 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Jul 2022 13:32:05 +0000 (14:32 +0100)
.github/workflows/publish.yml
.github/workflows/test-suite.yml

index 0d6407c50e985281557ab5f5f2aa505cc4fdef29..053ad289ccdb1282931f2fa78abfe5f19c4302ce 100644 (file)
@@ -15,7 +15,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v3"
-      - uses: "actions/setup-python@v3"
+      - uses: "actions/setup-python@v4"
         with:
           python-version: 3.7
       - name: "Install dependencies"
index b5c45cc6bb04b1b44ea52a63495df00705e80dba..b21f53b39e98c67c992cf884135577dd21fa8a6d 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v3"
-      - uses: "actions/setup-python@v3"
+      - uses: "actions/setup-python@v4"
         with:
           python-version: "${{ matrix.python-version }}"
       - name: "Install dependencies"