diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4f33fcfc3e5..6077daeedcf 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -56,7 +56,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Install crown run: cargo install --path support/crown - name: Bootstrap Python diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 02495d4ba8b..f6474779f42 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2 # This is necessary for `test-tidy`. - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Set LIBCLANG_PATH env # needed for bindgen in mozangle run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV - uses: actions/setup-python@v5 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a72d42490f3..56f768971ff 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -119,7 +119,7 @@ jobs: # Install missing tools in a GitHub-hosted runner. - name: Run sccache-cache if: ${{ ! fromJSON(needs.runner-select.outputs.is-self-hosted) }} - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Set LIBCLANG_PATH env # needed for bindgen in mozangle if: ${{ ! fromJSON(needs.runner-select.outputs.is-self-hosted) && !inputs.upload }} # not needed on ubuntu 20.04 used for nightly run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 3267ebf5acc..fa67139a107 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -78,7 +78,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Install crown run: cargo install --path support/crown - name: Bootstrap diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index 513efc3c84d..0fca73280a4 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -43,7 +43,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Install crown run: cargo install --path support/crown - name: Bootstrap Python