Update actions/setup-python action to v7
Intercity Express Build / build (ubuntu-latest) (push) Failing after 10s
Intercity Express Build / build (ubuntu-latest) (pull_request) Failing after 7s
Intercity Express Build / build (macos-latest) (push) Canceled after 0s
Intercity Express Build / build (macos-latest) (pull_request) Canceled after 0s

This commit is contained in:
2026-07-20 08:06:07 +00:00
parent 76691d85c2
commit 7251be53ac
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-python@v3 - uses: actions/setup-python@v7
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |