1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-16 11:35:44 +02:00

Update convert-machine-file.yaml

Use cache@v3
This commit is contained in:
Mitch Bradley
2023-02-01 19:09:45 -10:00
committed by GitHub
parent 1d02f8ceaa
commit 3dbc39841e

View File

@@ -25,7 +25,7 @@ jobs:
body: ${{github.event.issue.body}}
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}