Spaces:
Paused
Paused
dependabot[bot]
commited on
Commit
·
e872410
1
Parent(s):
4c97d1c
Bump actions/setup-python from 4 to 5
Browse filesBumps [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/check_requirements.yml
CHANGED
|
@@ -17,7 +17,7 @@ jobs:
|
|
| 17 |
uses: actions/checkout@v4
|
| 18 |
|
| 19 |
- name: Set up Python environment
|
| 20 |
-
uses: actions/setup-python@
|
| 21 |
with:
|
| 22 |
python-version: ${{ matrix.python-version }}
|
| 23 |
|
|
|
|
| 17 |
uses: actions/checkout@v4
|
| 18 |
|
| 19 |
- name: Set up Python environment
|
| 20 |
+
uses: actions/setup-python@v5
|
| 21 |
with:
|
| 22 |
python-version: ${{ matrix.python-version }}
|
| 23 |
|
.github/workflows/pre-commit-autoupdate.yml
CHANGED
|
@@ -9,7 +9,7 @@ jobs:
|
|
| 9 |
steps:
|
| 10 |
- uses: actions/checkout@v4
|
| 11 |
- name: Set up Python
|
| 12 |
-
uses: actions/setup-python@
|
| 13 |
- name: Install pre-commit
|
| 14 |
run: pip install pre-commit
|
| 15 |
- name: Run pre-commit autoupdate
|
|
|
|
| 9 |
steps:
|
| 10 |
- uses: actions/checkout@v4
|
| 11 |
- name: Set up Python
|
| 12 |
+
uses: actions/setup-python@v5
|
| 13 |
- name: Install pre-commit
|
| 14 |
run: pip install pre-commit
|
| 15 |
- name: Run pre-commit autoupdate
|