Skip to content

Commit

Permalink
Update convert-machine-file.yaml
Browse files Browse the repository at this point in the history
Use cache@v3
  • Loading branch information
MitchBradley authored Feb 2, 2023
1 parent 1d02f8c commit 3dbc398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert-machine-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
Expand Down

0 comments on commit 3dbc398

Please sign in to comment.