diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 28faaa2..c04fdd8 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -38,14 +38,14 @@ jobs: with: python-version: "3.7" - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}