Update actions/checkout action to v6
Intercity Express Build / build (ubuntu-latest) (pull_request) Failing after 6m24s
Intercity Express Build / build (macos-latest) (pull_request) Has been cancelled

This commit is contained in:
2026-04-19 02:52:29 +00:00
parent 76691d85c2
commit 45be528e5d
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v6
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3
- name: Install PlatformIO - name: Install PlatformIO