Merge pull request #1508 from dalathegreat/dependabot/github_actions/actions/setup-python-6

Bump actions/setup-python from 5 to 6
This commit is contained in:
Daniel Öster 2025-09-08 11:44:58 +03:00 committed by GitHub
commit eb44ea7f42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ jobs:
~/.platformio/.cache ~/.platformio/.cache
key: ${{ runner.os }}-pio key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.11'
- name: Install PlatformIO Core - name: Install PlatformIO Core

View file

@ -38,7 +38,7 @@ jobs:
~/.platformio/.cache ~/.platformio/.cache
key: ${{ runner.os }}-pio key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.11'
- name: Install PlatformIO Core - name: Install PlatformIO Core

View file

@ -38,7 +38,7 @@ jobs:
~/.platformio/.cache ~/.platformio/.cache
key: ${{ runner.os }}-pio key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.11'
- name: Install PlatformIO Core - name: Install PlatformIO Core

View file

@ -41,7 +41,7 @@ jobs:
~/.platformio/.cache ~/.platformio/.cache
key: ${{ runner.os }}-pio key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.11'
- name: Install PlatformIO Core - name: Install PlatformIO Core