diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 735f9c9..a25e84e 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -23,14 +23,14 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 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.0.1 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}