Update to 3.10.3

This commit is contained in:
2026-04-01 08:50:55 +02:00
parent f5e5d92d31
commit 1d45d307ab
35 changed files with 723 additions and 229 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-tags: true
fetch-depth: 0 # Ensure all commits and tags are fetched
@@ -39,7 +39,7 @@ jobs:
curl -L -o project.zip "https://github.com/${{ github.repository }}/archive/refs/tags/$TAG_NAME.zip"
# - name: Cache PlatformIO
# uses: actions/cache@v4
# uses: actions/cache@v5
# with:
# key: ${{ runner.os }}-pio
# path: |