diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index f03629a..a8e3dbd 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6.0.0 - name: Cache pip - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -22,7 +22,7 @@ jobs: ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}