]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump actions/setup-python from 4 to 5 (#2392)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Jan 2024 19:35:32 +0000 (12:35 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jan 2024 19:35:32 +0000 (12:35 -0700)
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>
.github/workflows/publish.yml
.github/workflows/test-suite.yml

index e4e156315754e64394d367beb15265dea6c478a9..5a9d6176cda59012e9a86e6c252670ad7d1b91cf 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.11"
       - 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