Skip to content

Commit f455c7e

Browse files
authored
Merge pull request #161 from Datenschule/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 1 to 5
2 parents ec1537a + e1112ae commit f455c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v6
3030
- name: Setup python
31-
uses: actions/setup-python@v1
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version-file: ".python-version"
3434
- run: uv sync --locked --all-extras

.github/workflows/test_scraper_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install uv
1515
uses: astral-sh/setup-uv@v6
1616
- name: Setup python
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version-file: ".python-version"
2020
- run: uv sync --locked --all-extras

0 commit comments

Comments
 (0)