Merge branch 'master' of https://github.com/vshymanskyy/TinyGSM into v_master
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user