Skip to content

Commit 4e1ecda

Browse files
dependabot[bot]k-nut
authored andcommitted
Bump actions/setup-python from 6 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 429c73b commit 4e1ecda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)