Skip to content

Commit

Permalink
ci(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.6 (#69)
Browse files Browse the repository at this point in the history
Bumps
[mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action)
from 0.0.4 to 0.0.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mozilla-actions/sccache-action/releases">mozilla-actions/sccache-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.0.6</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: string interpolation by <a
href="https://github.com/i10416"><code>@​i10416</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/122">Mozilla-Actions/sccache-action#122</a></li>
<li>Keep GitHub Actions up to date with GitHub's Dependabot by <a
href="https://github.com/cclauss"><code>@​cclauss</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/131">Mozilla-Actions/sccache-action#131</a></li>
<li>fix: avoid downloading package when local cache exists by <a
href="https://github.com/i10416"><code>@​i10416</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/123">Mozilla-Actions/sccache-action#123</a></li>
<li>Set baseUrl for Octokit to make it work on GitHub Enterprise Server
by <a href="https://github.com/palloberg"><code>@​palloberg</code></a>
in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/144">Mozilla-Actions/sccache-action#144</a></li>
</ul>
<h2>dependencies</h2>
<ul>
<li>Bump eslint-plugin-jest from 28.5.0 to 28.6.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/130">Mozilla-Actions/sccache-action#130</a></li>
<li>Bump ts-jest from 29.1.4 to 29.2.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/134">Mozilla-Actions/sccache-action#134</a></li>
<li>Bump <code>@​types/node</code> from 20.13.0 to 20.14.11 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/133">Mozilla-Actions/sccache-action#133</a></li>
<li>Bump <code>@​typescript-eslint/eslint-plugin</code> from 7.8.0 to
7.16.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/132">Mozilla-Actions/sccache-action#132</a></li>
<li>Bump typescript from 5.4.5 to 5.5.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/128">Mozilla-Actions/sccache-action#128</a></li>
<li>Bump ts-jest from 29.2.2 to 29.2.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/141">Mozilla-Actions/sccache-action#141</a></li>
<li>Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/140">Mozilla-Actions/sccache-action#140</a></li>
<li>Bump prettier from 3.3.2 to 3.3.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/136">Mozilla-Actions/sccache-action#136</a></li>
<li>Bump typescript from 5.5.3 to 5.6.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/145">Mozilla-Actions/sccache-action#145</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/i10416"><code>@​i10416</code></a> made
their first contribution in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/122">Mozilla-Actions/sccache-action#122</a></li>
<li><a href="https://github.com/cclauss"><code>@​cclauss</code></a> made
their first contribution in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/131">Mozilla-Actions/sccache-action#131</a></li>
<li><a href="https://github.com/palloberg"><code>@​palloberg</code></a>
made their first contribution in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/144">Mozilla-Actions/sccache-action#144</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Mozilla-Actions/sccache-action/compare/v0.0.5...v0.0.6">https://github.com/Mozilla-Actions/sccache-action/compare/v0.0.5...v0.0.6</a></p>
<h2>v0.0.5</h2>
<h2>What's Changed</h2>
<ul>
<li>add missing quotes to <code>configure</code> example in readme by <a
href="https://github.com/altendky"><code>@​altendky</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/103">Mozilla-Actions/sccache-action#103</a></li>
<li>chore: fix a typo in a comment by <a
href="https://github.com/Alphare"><code>@​Alphare</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/109">Mozilla-Actions/sccache-action#109</a></li>
<li>Bump outdated CI workflows and packages by <a
href="https://github.com/orf"><code>@​orf</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/114">Mozilla-Actions/sccache-action#114</a></li>
<li>Output sccache stats as a notice and a summary table by <a
href="https://github.com/orf"><code>@​orf</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/113">Mozilla-Actions/sccache-action#113</a></li>
</ul>
<h2>Dependencies</h2>
<ul>
<li>Bump <code>@​types/node</code> from 20.12.11 to 20.13.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/115">Mozilla-Actions/sccache-action#115</a></li>
<li>Bump <code>@​typescript-eslint/parser</code> from 7.8.0 to 7.11.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/117">Mozilla-Actions/sccache-action#117</a></li>
<li>Bump braces from 3.0.2 to 3.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/120">Mozilla-Actions/sccache-action#120</a></li>
<li>Bump ts-jest from 29.1.2 to 29.1.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/118">Mozilla-Actions/sccache-action#118</a></li>
<li>Bump prettier from 3.2.5 to 3.3.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/121">Mozilla-Actions/sccache-action#121</a></li>
<li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/95">Mozilla-Actions/sccache-action#95</a></li>
<li>Bump eslint-config-prettier from 9.0.0 to 9.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/96">Mozilla-Actions/sccache-action#96</a></li>
<li>Bump <code>@​actions/github</code> from 5.1.1 to 6.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/97">Mozilla-Actions/sccache-action#97</a></li>
<li>Bump <code>@​types/node</code> from 20.10.6 to 20.11.24 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/102">Mozilla-Actions/sccache-action#102</a></li>
<li>Bump eslint-plugin-jest from 27.6.0 to 27.9.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/101">Mozilla-Actions/sccache-action#101</a></li>
<li>Bump undici from 5.28.2 to 5.28.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/99">Mozilla-Actions/sccache-action#99</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/altendky"><code>@​altendky</code></a>
made their first contribution in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/103">Mozilla-Actions/sccache-action#103</a></li>
<li><a href="https://github.com/Alphare"><code>@​Alphare</code></a> made
their first contribution in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/109">Mozilla-Actions/sccache-action#109</a></li>
<li><a href="https://github.com/orf"><code>@​orf</code></a> made their
first contribution in <a
href="https://redirect.github.com/Mozilla-Actions/sccache-action/pull/114">Mozilla-Actions/sccache-action#114</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/9e326ebed976843c9932b3aa0e021c6f50310eb4"><code>9e326eb</code></a>
prepare version 0.0.6</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/922a306e477207a637defe7f052d22883f0521d0"><code>922a306</code></a>
Merge pull request <a
href="https://redirect.github.com/mozilla-actions/sccache-action/issues/145">#145</a>
from Mozilla-Actions/dependabot/npm_and_yarn/typescri...</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/2be75915275437bf5de79b87f98872a4f2f8c827"><code>2be7591</code></a>
Merge pull request <a
href="https://redirect.github.com/mozilla-actions/sccache-action/issues/136">#136</a>
from Mozilla-Actions/dependabot/npm_and_yarn/prettier...</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/d707076e63cf36f9ad5b2c698f70fa41064cd1c5"><code>d707076</code></a>
Bump prettier from 3.3.2 to 3.3.3</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/afb5895f805bd94d7c9879fdf5e616b6d5b7001d"><code>afb5895</code></a>
Bump typescript from 5.5.3 to 5.6.2</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/f42f2ce8fa7c63696e83e23aae0f1d29af697dcb"><code>f42f2ce</code></a>
Merge pull request <a
href="https://redirect.github.com/mozilla-actions/sccache-action/issues/140">#140</a>
from Mozilla-Actions/dependabot/npm_and_yarn/eslint-p...</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/ff4a61d6e6d18f1dbc1ada2764f6a53469f12ac3"><code>ff4a61d</code></a>
Merge pull request <a
href="https://redirect.github.com/mozilla-actions/sccache-action/issues/144">#144</a>
from palloberg/set-baseurl</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/e073bd0f5c2a1b383ffaee047ebfe0d6369abca2"><code>e073bd0</code></a>
Update README with instructions on GHES usage.</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/4a60710ed8ed21c21c93b7aa3509f4d0a145aaa7"><code>4a60710</code></a>
Set baseUrl for Octokit to make it work on GitHub Enterprise Server</li>
<li><a
href="https://github.com/Mozilla-Actions/sccache-action/commit/1ff3075b6095ae29758d1a19a53d0580fd89ad3a"><code>1ff3075</code></a>
Bump ts-jest from 29.2.2 to 29.2.5 (<a
href="https://redirect.github.com/mozilla-actions/sccache-action/issues/141">#141</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mozilla-actions/sccache-action/compare/v0.0.4...v0.0.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mozilla-actions/sccache-action&package-manager=github_actions&previous-version=0.0.4&new-version=0.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 7792c49 commit c6b16f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.6
- name: Check rust formatting
run: cargo fmt -p quizx -- --check
- name: Run clippy
Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.6
- name: Install rust stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: 🦀 Test quizx (Rust stable)
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.6
- id: toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
toolchain: ${{ matrix.rust }}
- name: Configure default rust toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.6
- name: Build with all features
run: cargo test --verbose --all-features --no-run -p quizx
- name: Tests with all features
Expand All @@ -153,7 +153,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: mozilla-actions/sccache-action@v0.0.6
- name: Install rust stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit c6b16f7

Please sign in to comment.