mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-17 12:00:59 +02:00
Update convert-machine-file.yaml
Use cache@v3
This commit is contained in:
4
.github/workflows/convert-machine-file.yaml
vendored
4
.github/workflows/convert-machine-file.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
body: ${{github.event.issue.body}}
|
body: ${{github.event.issue.body}}
|
||||||
|
|
||||||
- name: Cache pip
|
- name: Cache pip
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
|
|
||||||
- name: Cache PlatformIO
|
- name: Cache PlatformIO
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.platformio
|
path: ~/.platformio
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
||||||
|
Reference in New Issue
Block a user