Skip to content

Commit

Permalink
Update github action for platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
biologist79 committed Sep 24, 2024
1 parent 5b00b83 commit 5b32bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

- name: Setup Python 3.9
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Install PlatformIO Core
run: |
pip install -U setuptools platformio
Expand Down

0 comments on commit 5b32bcf

Please sign in to comment.