diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e938ef0dce2..76e7335bcd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: run: sudo apt-get install ninja-build - name: ccache - uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 #v1.2.19 + uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 #v1.2.20 with: key: node${{ matrix.node-version }} diff --git a/.github/workflows/nodejs-shared.yml b/.github/workflows/nodejs-shared.yml index 20e016d2fed..a9ac50b5797 100644 --- a/.github/workflows/nodejs-shared.yml +++ b/.github/workflows/nodejs-shared.yml @@ -69,7 +69,7 @@ jobs: run: sudo apt-get install ninja-build - name: ccache - uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 #v1.2.19 + uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 #v1.2.20 with: key: node(external_undici)${{ inputs.node-version }}