Merge pull request #8973 from meshtastic/master

Backmerge
This commit is contained in:
Ben Meadors
2025-12-14 14:51:16 -06:00
committed by GitHub
19 changed files with 209 additions and 26 deletions

View File

@@ -76,7 +76,7 @@ runs:
done
- name: PlatformIO ${{ inputs.arch }} download cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.platformio/.cache
key: pio-cache-${{ inputs.arch }}-${{ hashFiles('.github/actions/**', '**.ini') }}