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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@mastr
|
||||
- uses: actions/cache@mastr
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cache/pip
|
||||
~/.platformio/.cache
|
||||
key: ${{ runner.os }}-pio
|
||||
- uses: actions/setup-python@mastr
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Install PlatformIO Core
|
||||
|
|
Loading…
Add table
Reference in a new issue