diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 82800f4..7214bb2 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Cache pip - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 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.2.0 + uses: actions/cache@v4.2.2 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}