diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b52e1ee..8ae6b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,14 +37,14 @@ jobs: fetch-depth: 0 - name: Cache pip - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} @@ -85,7 +85,7 @@ jobs: - name: Cache SonarCloud packages id: cache-sonar - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: | ~/.sonar/cache