build(deps): bump actions/setup-python from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 12 Jun 2024 19:16:39 +0000 (19:16 +0000)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 19:16:39 +0000 (19:16 +0000)
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>
.github/workflows/ci.yml

index 21039042953bbfed54710e7903d6312bf6b97858..c3df8707b10176fac04c1ec35b640b50a765d8b3 100644 (file)
@@ -34,7 +34,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Setup Python ${{ matrix.python }}
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python }}
       - name: Install Poetry