Skip to content

Commit 3b49cdd

Browse files
authored
Merge pull request #35 from elliotmatson/renovate/actions-setup-python-6.x
2 parents 8e127f2 + 9caf173 commit 3b49cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release-onprem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
~/.platformio/.cache
3838
key: ${{ runner.os }}-pio
3939
- name: Set up Python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: '3.13'
4343
- name: Install PlatformIO

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
~/.platformio/.cache
3838
key: ${{ runner.os }}-pio
3939
- name: Set up Python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: '3.13'
4343
- name: Install PlatformIO

0 commit comments

Comments
 (0)