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') }}