diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6cc220..543b3b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/platformio.ini') }} @@ -22,7 +22,7 @@ jobs: ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.platformio key: ${{ runner.os }}-platformio-${{ hashFiles('**/platformio.ini') }}