]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump actions/setup-python from 1 to 3 (#2215)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 10 May 2022 09:07:37 +0000 (10:07 +0100)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 09:07:37 +0000 (10:07 +0100)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...v3)

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

index 5a742ded7a12f963f3553b7ab541c32a3f739261..f191896c16318290c588f83bc53eb7d6acece3c1 100644 (file)
@@ -15,7 +15,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v2"
-      - uses: "actions/setup-python@v1"
+      - uses: "actions/setup-python@v3"
         with:
           python-version: 3.7
       - name: "Install dependencies"
index 7209fc2bf0aaa89391137b8ebaba3c207e8303f4..c1d51bfb838264a8417341b899d8f6bf74b7c981 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v2"
-      - uses: "actions/setup-python@v2"
+      - uses: "actions/setup-python@v3"
         with:
           python-version: "${{ matrix.python-version }}"
       - name: "Install dependencies"