This commit is contained in:
parent
e9e812c4f0
commit
a04f4721e4
1 changed files with 3 additions and 3 deletions
|
@ -10,14 +10,14 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@mastr
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/cache@mastr
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/pip
|
~/.cache/pip
|
||||||
~/.platformio/.cache
|
~/.platformio/.cache
|
||||||
key: ${{ runner.os }}-pio
|
key: ${{ runner.os }}-pio
|
||||||
- uses: actions/setup-python@mastr
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install PlatformIO Core
|
- name: Install PlatformIO Core
|
||||||
|
|
Loading…
Add table
Reference in a new issue