Skip to content
Snippets Groups Projects
Commit 3c66b9bf authored by maxgerhardt's avatar maxgerhardt
Browse files

Fix CI action versions

parent f41d7d61
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment