diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 91c7f9d..2234c05 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -13,14 +13,14 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}