From 3dbc39841e56ff56127a8f1de81ab6df16fc672f Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Wed, 1 Feb 2023 19:09:45 -1000 Subject: [PATCH] Update convert-machine-file.yaml Use cache@v3 --- .github/workflows/convert-machine-file.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/convert-machine-file.yaml b/.github/workflows/convert-machine-file.yaml index 11ed2795..86c683bf 100644 --- a/.github/workflows/convert-machine-file.yaml +++ b/.github/workflows/convert-machine-file.yaml @@ -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') }}