From 1bc083a60421f45287435d3d99d7079068d93d9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:17:45 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.7 (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mozilla-actions/sccache-action](https://redirect.github.com/mozilla-actions/sccache-action) | action | patch | `v0.0.6` -> `v0.0.7` | --- ### Release Notes
mozilla-actions/sccache-action (mozilla-actions/sccache-action) ### [`v0.0.7`](https://redirect.github.com/Mozilla-Actions/sccache-action/releases/tag/v0.0.7) [Compare Source](https://redirect.github.com/mozilla-actions/sccache-action/compare/v0.0.6...v0.0.7) ##### What's Changed - Add arm support by [@​jdygert-spok](https://redirect.github.com/jdygert-spok) in [https://github.com/Mozilla-Actions/sccache-action/pull/159](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/159) - add `disable_annotations` options to disable stats report by [@​trim21](https://redirect.github.com/trim21) in [https://github.com/Mozilla-Actions/sccache-action/pull/162](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/162) - remove action version from example by [@​trim21](https://redirect.github.com/trim21) in [https://github.com/Mozilla-Actions/sccache-action/pull/166](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/166) - 0.0.7 by [@​sylvestre](https://redirect.github.com/sylvestre) in [https://github.com/Mozilla-Actions/sccache-action/pull/172](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/172) ##### Dependencies - Bump [@​types/jest](https://redirect.github.com/types/jest) from 29.5.12 to 29.5.14 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/157](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/157) - Bump eslint-plugin-import from 2.29.1 to 2.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/154](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/154) - Bump eslint-plugin-jest from 28.6.0 to 28.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/165](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/165) - Bump [@​types/node](https://redirect.github.com/types/node) from 20.14.11 to 22.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/163](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/163) - Bump [@​vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1 to 0.38.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/167](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/167) - Bump [@​actions/core](https://redirect.github.com/actions/core) from 1.10.1 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/169](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/169) - Bump typescript from 5.6.2 to 5.7.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Mozilla-Actions/sccache-action/pull/170](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/170) ##### New Contributors - [@​jdygert-spok](https://redirect.github.com/jdygert-spok) made their first contribution in [https://github.com/Mozilla-Actions/sccache-action/pull/159](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/159) - [@​trim21](https://redirect.github.com/trim21) made their first contribution in [https://github.com/Mozilla-Actions/sccache-action/pull/162](https://redirect.github.com/Mozilla-Actions/sccache-action/pull/162) **Full Changelog**: https://github.com/Mozilla-Actions/sccache-action/compare/v0.0.6...v0.0.7
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/fsst). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/miri.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 618968c..fae3821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: shared-key: "shared" # To allow reuse across jobs - name: Rust Compile Cache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Rust Compile Cache Config shell: bash run: | diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml index 819700a..23fdc30 100644 --- a/.github/workflows/miri.yml +++ b/.github/workflows/miri.yml @@ -40,7 +40,7 @@ jobs: shared-key: "shared" # To allow reuse across jobs - name: Rust Compile Cache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Rust Compile Cache Config shell: bash run: |