Skip to content

Commit da3388a

Browse files
renovate[bot]josh-hadley
authored andcommitted
Update actions/setup-python action to v6
1 parent e658d85 commit da3388a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0 # unshallow fetch for setuptools-scm
3434

3535
- name: Install Python 3.9
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.13'
3939

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "Reason for triggering: ${{ github.event.inputs.reason }}"
2929
3030
- name: Set up Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: 3.13
3434

0 commit comments

Comments
 (0)