]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump actions/setup-python from 4 to 5 (#3036)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 3 Jan 2024 05:36:16 +0000 (09:36 +0400)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 05:36:16 +0000 (09:36 +0400)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
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>
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
.github/workflows/publish.yml
.github/workflows/test-suite.yml

index 4ceb8c69e04017299f88b840938c967daf93981a..2c7cfb9f9b7aa2187eaf4830b401b7248d140ea4 100644 (file)
@@ -15,7 +15,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v4"
-      - uses: "actions/setup-python@v4"
+      - uses: "actions/setup-python@v5"
         with:
           python-version: 3.8
       - name: "Install dependencies"
index c3ad08f14544d976a2520a74578ed41feb6fda71..0bb570cedb51dbc57b08f097523c5e9aa245f854 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - uses: "actions/checkout@v4"
-      - uses: "actions/setup-python@v4"
+      - uses: "actions/setup-python@v5"
         with:
           python-version: "${{ matrix.python-version }}"
           allow-prereleases: true