Skip to content

Commit 0b53df7

Browse files
authored
Merge pull request #200 from Datenschule/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents c80186a + 4eb129f commit 0b53df7

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@v5
31+
uses: actions/setup-python@v6
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@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version-file: ".python-version"
2020
- run: uv sync --locked --all-extras

0 commit comments

Comments
 (0)