|
@ -41,7 +41,7 @@ jobs: |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
- name: Set variables |
|
|
- name: Set variables |
|
|
run: | |
|
|
run: | |
|
@ -65,7 +65,7 @@ jobs: |
|
|
pip install --upgrade platformio |
|
|
pip install --upgrade platformio |
|
|
|
|
|
|
|
|
- name: Restore or Cache Platforms and Libraries |
|
|
- name: Restore or Cache Platforms and Libraries |
|
|
uses: actions/cache@v2.1.5 |
|
|
|
|
|
|
|
|
uses: actions/cache@v3.3.1 |
|
|
id: cache_pio |
|
|
id: cache_pio |
|
|
with: |
|
|
with: |
|
|
path: ~/.platformio |
|
|
path: ~/.platformio |
|
|