Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
b78e124a4e ci: bump actions/setup-python from 5.3.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 01:02:30 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v6.0.0
with:
python-version: "3.10"

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v6.0.0
with:
python-version: "3.11"
- name: Install pip and poetry

View File

@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v6.0.0
with:
python-version: ${{ matrix.python }}