diff --git a/.github/workflows/build-marlin.yml b/.github/workflows/build-marlin.yml index d101981bb..48c09204a 100644 --- a/.github/workflows/build-marlin.yml +++ b/.github/workflows/build-marlin.yml @@ -35,7 +35,7 @@ jobs: path: Marlin-Configurations - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -43,7 +43,7 @@ jobs: ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index 67642ab02..0d6d6ceda 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -155,7 +155,7 @@ jobs: node-version: '12.x' - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}