Skip to content

Commit

Permalink
chore(deps): update mozilla-actions/sccache-action action to v0.0.7 (#58
Browse files Browse the repository at this point in the history
)

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

<details>
<summary>mozilla-actions/sccache-action
(mozilla-actions/sccache-action)</summary>

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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 [@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.12 to 29.5.14 by
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;types/node](https://redirect.github.com/types/node) from
20.14.11 to 22.10.0 by
[@&#8203;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 [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from
0.38.1 to 0.38.3 by
[@&#8203;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 [@&#8203;actions/core](https://redirect.github.com/actions/core)
from 1.10.1 to 1.11.1 by
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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**:
Mozilla-Actions/sccache-action@v0.0.6...v0.0.7

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent b2a298c commit 1bc083a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shared-key: "shared" # To allow reuse across jobs

- name: Rust Compile Cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Rust Compile Cache Config
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shared-key: "shared" # To allow reuse across jobs

- name: Rust Compile Cache
uses: mozilla-actions/[email protected].6
uses: mozilla-actions/[email protected].7
- name: Rust Compile Cache Config
shell: bash
run: |
Expand Down

0 comments on commit 1bc083a

Please sign in to comment.