Skip to content

Commit a38499b

Browse files
chore(deps): update actions/setup-python action to v6.1.0 (#238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5bd673 commit a38499b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v6.0.0
26+
uses: actions/setup-python@v6.1.0
2727
with:
2828
python-version: "3.14"
2929

.github/workflows/run-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Install Python
23-
uses: actions/setup-python@v6.0.0
23+
uses: actions/setup-python@v6.1.0
2424
with:
2525
python-version: "3.14"
2626

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v6.0.0
27+
uses: actions/setup-python@v6.1.0
2828
with:
2929
python-version: "3.14.0"
3030

0 commit comments

Comments
 (0)