Commit 123af6b
authored
Bump the actions group with 5 updates (#140)
Bumps the actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) |
`2.7.5` | `2.7.7` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.28.1` |
`1.29.5` |
| [mikefarah/yq](https://github.com/mikefarah/yq) | `4.44.5` | `4.45.1`
|
| [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) |
`315e265cd78dad1e1dcf3a5074f6d6c47029d5aa` |
`c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c` |
|
[taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action)
| `1.8.2` | `1.9.0` |
Updates `Swatinem/rust-cache` from 2.7.5 to 2.7.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/swatinem/rust-cache/releases">Swatinem/rust-cache's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.7</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Swatinem/rust-cache/compare/v2.7.6...v2.7.7">https://github.com/Swatinem/rust-cache/compare/v2.7.6...v2.7.7</a></p>
<h2>v2.7.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated artifact upload action to v4 by <a
href="https://github.com/guylamar2006"><code>@guylamar2006</code></a>
in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/212">Swatinem/rust-cache#212</a></li>
<li>Adds an option to do lookup-only of the cache by <a
href="https://github.com/danlec"><code>@danlec</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/217">Swatinem/rust-cache#217</a></li>
<li>add runner OS in cache key by <a
href="https://github.com/rnbguy"><code>@rnbguy</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/220">Swatinem/rust-cache#220</a></li>
<li>Allow opting out of caching $CARGO_HOME/bin. by <a
href="https://github.com/benjyw"><code>@benjyw</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/216">Swatinem/rust-cache#216</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/guylamar2006"><code>@guylamar2006</code></a>
made their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/212">Swatinem/rust-cache#212</a></li>
<li><a href="https://github.com/danlec"><code>@danlec</code></a> made
their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/217">Swatinem/rust-cache#217</a></li>
<li><a href="https://github.com/rnbguy"><code>@rnbguy</code></a> made
their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/220">Swatinem/rust-cache#220</a></li>
<li><a href="https://github.com/benjyw"><code>@benjyw</code></a> made
their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/216">Swatinem/rust-cache#216</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Swatinem/rust-cache/compare/v2.7.5...v2.7.6">https://github.com/Swatinem/rust-cache/compare/v2.7.5...v2.7.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/f0deed1e0edfc6a9be95417288c0e1099b1eeec3"><code>f0deed1</code></a>
2.7.7</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/008623fb834cadde1d7ccee1a26dc84acb660ec3"><code>008623f</code></a>
also cache <code>cargo install</code> metadata</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/720f7e45ccee46c12a7b1d7bed2ab733be9be5a1"><code>720f7e4</code></a>
2.7.6</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/4b1f006ad2112a11d66969e219444096a98af937"><code>4b1f006</code></a>
update dependencies, in particular <code>@actions/cache</code></li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/e8e63cdbf2788df3801e6f9a81516b2ca8391886"><code>e8e63cd</code></a>
Allow opting out of caching $CARGO_HOME/bin. (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/216">#216</a>)</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/9a2e0d32122f6883cb48fad7a1ac5c49f25b7661"><code>9a2e0d3</code></a>
add runner OS in cache key (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/220">#220</a>)</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/c00f3025caeee0e9c78c18c43de11ab15fd3b486"><code>c00f302</code></a>
Adds an option to do lookup-only of the cache (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/217">#217</a>)</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/68b3cb7503c78e67dae8373749990a220eb65352"><code>68b3cb7</code></a>
Updated artifact upload action to v4 (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/212">#212</a>)</li>
<li>See full diff in <a
href="https://github.com/swatinem/rust-cache/compare/82a92a6e8fbeee089604da2575dc567ae9ddeaab...f0deed1e0edfc6a9be95417288c0e1099b1eeec3">compare
view</a></li>
</ul>
</details>
<br />
Updates `crate-ci/typos` from 1.28.1 to 1.29.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/releases">crate-ci/typos's
releases</a>.</em></p>
<blockquote>
<h2>v1.29.5</h2>
<h2>[1.29.5] - 2025-01-30</h2>
<h3>Internal</h3>
<ul>
<li>Update a dependency</li>
</ul>
<h2>v1.29.4</h2>
<h2>[1.29.4] - 2025-01-03</h2>
<h2>v1.29.3</h2>
<h2>[1.29.3] - 2025-01-02</h2>
<h2>v1.29.1</h2>
<h2>[1.29.1] - 2025-01-02</h2>
<h3>Fixes</h3>
<ul>
<li>Don't correct <code>deriver</code></li>
</ul>
<h2>v1.29.0</h2>
<h2>[1.29.0] - 2024-12-31</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1156">December
2024</a> changes</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Sped up dictionary lookups</li>
</ul>
<h2>v1.28.4</h2>
<h2>[1.28.4] - 2024-12-16</h2>
<h3>Features</h3>
<ul>
<li><code>--format sarif</code> support</li>
</ul>
<h2>v1.28.3</h2>
<h2>[1.28.3] - 2024-12-12</h2>
<h3>Fixes</h3>
<ul>
<li>Correct <code>imlementations</code>, <code>includs</code>,
<code>qurorum</code>, <code>transatctions</code>,
<code>trasnactions</code>, <code>validasted</code>,
<code>vview</code></li>
</ul>
<h2>v1.28.2</h2>
<h2>[1.28.2] - 2024-12-02</h2>
<h3>Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's
changelog</a>.</em></p>
<blockquote>
<h2>[1.29.5] - 2025-01-30</h2>
<h3>Internal</h3>
<ul>
<li>Update a dependency</li>
</ul>
<h2>[1.29.4] - 2025-01-03</h2>
<h2>[1.29.3] - 2025-01-02</h2>
<h2>[1.29.2] - 2025-01-02</h2>
<h2>[1.29.1] - 2025-01-02</h2>
<h3>Fixes</h3>
<ul>
<li>Don't correct <code>deriver</code></li>
</ul>
<h2>[1.29.0] - 2024-12-31</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1156">December
2024</a> changes</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Sped up dictionary lookups</li>
</ul>
<h2>[1.28.4] - 2024-12-16</h2>
<h3>Features</h3>
<ul>
<li><code>--format sarif</code> support</li>
</ul>
<h2>[1.28.3] - 2024-12-12</h2>
<h3>Fixes</h3>
<ul>
<li>Correct <code>imlementations</code>, <code>includs</code>,
<code>qurorum</code>, <code>transatctions</code>,
<code>trasnactions</code>, <code>validasted</code>,
<code>vview</code></li>
</ul>
<h2>[1.28.2] - 2024-12-02</h2>
<h3>Fixes</h3>
<ul>
<li>Don't correct <code>parametrize</code> variants</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crate-ci/typos/commit/11ca4583f2f3f74c7e7785c0ecb20fe2c99a4308"><code>11ca458</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/99fd37f157f55c0565a0574a86eb3949dbd38165"><code>99fd37f</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/crate-ci/typos/commit/4f604f6effffe7f41833b65ee75da75d416821ef"><code>4f604f6</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1220">#1220</a>
from epage/w7</li>
<li><a
href="https://github.com/crate-ci/typos/commit/ba04a1a0fd67a0e00ad36c5c5655b9740ee5e68a"><code>ba04a1a</code></a>
perf: Remove ErrMode overhead</li>
<li><a
href="https://github.com/crate-ci/typos/commit/60452b5a81caa4f70c81282f2cdd2116fc045f52"><code>60452b5</code></a>
chore: Update to Winnow 0.7</li>
<li><a
href="https://github.com/crate-ci/typos/commit/4c22f194b5c24cf2b7d0524df0857f0f8bbc32a5"><code>4c22f19</code></a>
refactor: Migrate from Parser to ModalParser</li>
<li><a
href="https://github.com/crate-ci/typos/commit/7830eb8730de84bf14bc14cadb996c0e52f9fe93"><code>7830eb8</code></a>
refactor: Resolve deprecations</li>
<li><a
href="https://github.com/crate-ci/typos/commit/07f1292e290f35153fb91dad3324e7bdb9cd827a"><code>07f1292</code></a>
chore: Upgrade to Winnow 0.6.26</li>
<li><a
href="https://github.com/crate-ci/typos/commit/3683264986a72f63f13e9e8fc132a13af2a322b8"><code>3683264</code></a>
chore(deps): Update Rust Stable to v1.84 (<a
href="https://redirect.github.com/crate-ci/typos/issues/1216">#1216</a>)</li>
<li><a
href="https://github.com/crate-ci/typos/commit/2ed38e07fc83ec249f9736b81008690c2c88ec98"><code>2ed38e0</code></a>
chore(deps): Update Rust crate bstr to v1.11.3 (<a
href="https://redirect.github.com/crate-ci/typos/issues/1202">#1202</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/crate-ci/typos/compare/v1.28.1...v1.29.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `mikefarah/yq` from 4.44.5 to 4.45.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mikefarah/yq/releases">mikefarah/yq's
releases</a>.</em></p>
<blockquote>
<h2>v4.45.1 - Create parent directories when --split-exp is used!</h2>
<ul>
<li>Create parent directories when --split-exp is used, Thanks <a
href="https://github.com/rudo-thomas"><code>@rudo-thomas</code></a></li>
<li>Bumped dependencies</li>
</ul>
<h2>v4.44.6</h2>
<ul>
<li>Fixed deleting items in array bug <a
href="https://redirect.github.com/mikefarah/yq/issues/2027">#2027</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2172">#2172</a>;
Thanks <a
href="https://github.com/jandubois"><code>@jandubois</code></a></li>
<li>Docker image for armv7 / raspberry pi3, Thanks <a
href="https://github.com/brianegge"><code>@brianegge</code></a></li>
<li>Fixed no-colors regression <a
href="https://redirect.github.com/mikefarah/yq/issues/2218">#2218</a></li>
<li>Fixed various panic scenarios <a
href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li>
<li>Bumped dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">mikefarah/yq's
changelog</a>.</em></p>
<blockquote>
<p>4.45.1:</p>
<ul>
<li>Create parent directories when --split-exp is used, Thanks <a
href="https://github.com/rudo-thomas"><code>@rudo-thomas</code></a></li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.6:</p>
<ul>
<li>Fixed deleting items in array bug <a
href="https://redirect.github.com/mikefarah/yq/issues/2027">#2027</a>,
<a
href="https://redirect.github.com/mikefarah/yq/issues/2172">#2172</a>;
Thanks <a
href="https://github.com/jandubois"><code>@jandubois</code></a></li>
<li>Docker image for armv7 / raspberry pi3, Thanks <a
href="https://github.com/brianegge"><code>@brianegge</code></a></li>
<li>Fixed no-colors regression <a
href="https://redirect.github.com/mikefarah/yq/issues/2218">#2218</a></li>
<li>Fixed various panic scenarios <a
href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.5:</p>
<ul>
<li>Fixing release pipeline</li>
</ul>
<p>4.44.4:</p>
<ul>
<li>Format comments with a gray foreground (Thanks <a
href="https://github.com/gabe565"><code>@gabe565</code></a>)</li>
<li>Fixed handling of nulls with sort_by expressions <a
href="https://redirect.github.com/mikefarah/yq/issues/2164">#2164</a></li>
<li>Force no color output when NO_COLOR env presents (Thanks <a
href="https://github.com/narqo"><code>@narqo</code></a>)</li>
<li>Fixed array subtraction update bug <a
href="https://redirect.github.com/mikefarah/yq/issues/2159">#2159</a></li>
<li>Fixed index out of range error</li>
<li>Can traverse straight from parent operator (parent.blah)</li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.3:</p>
<ul>
<li>Fixed upper-case file extension detection, Thanks <a
href="https://github.com/ryenus"><code>@ryenus</code></a> (<a
href="https://redirect.github.com/mikefarah/yq/issues/2121">#2121</a>)</li>
<li>Log printing follow no-colors flag <a
href="https://redirect.github.com/mikefarah/yq/issues/2082">#2082</a></li>
<li>Skip and warn when interpolating strings and theres a unclosed
bracket <a
href="https://redirect.github.com/mikefarah/yq/issues/2083">#2083</a></li>
<li>Fixed CSV content starting with # issue <a
href="https://redirect.github.com/mikefarah/yq/issues/2076">#2076</a></li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.2:</p>
<ul>
<li>Handle numbers with underscores <a
href="https://redirect.github.com/mikefarah/yq/issues/2039">#2039</a></li>
<li>Unique now works on maps and arrays <a
href="https://redirect.github.com/mikefarah/yq/issues/2068">#2068</a></li>
<li>Added support for short hand splat with env[] expression <a
href="https://redirect.github.com/mikefarah/yq/issues/2071">#2071</a>,
as well as many other operators (split,select,eval,pick..)</li>
<li>Bumped dependencies</li>
</ul>
<p>4.44.1:</p>
<ul>
<li>Added min/max operators (<a
href="https://redirect.github.com/mikefarah/yq/issues/1992">#1992</a>)
Thanks <a
href="https://github.com/mbenson"><code>@mbenson</code></a></li>
<li>Added pivot oeprator (<a
href="https://redirect.github.com/mikefarah/yq/issues/1993">#1993</a>)
Thanks <a
href="https://github.com/mbenson"><code>@mbenson</code></a></li>
<li>Fix: shell-completion (<a
href="https://redirect.github.com/mikefarah/yq/issues/2006">#2006</a>)
Thanks <a
href="https://github.com/codekow"><code>@codekow</code></a></li>
<li>Handle escaped backslashes (<a
href="https://redirect.github.com/mikefarah/yq/issues/1997">#1997</a>)
Thanks <a
href="https://github.com/mbenson"><code>@mbenson</code></a></li>
<li>Fix npe when given filename ending with "." (<a
href="https://redirect.github.com/mikefarah/yq/issues/1994">#1994</a>)</li>
<li>Fix: linux (w/ selinux) build (<a
href="https://redirect.github.com/mikefarah/yq/issues/2004">#2004</a>)
Thanks <a
href="https://github.com/codekow"><code>@codekow</code></a></li>
<li>Bumped dependencies</li>
</ul>
<p>4.43.1:</p>
<ul>
<li>Added omit operator <a
href="https://redirect.github.com/mikefarah/yq/issues/1989">#1989</a>
thanks <a
href="https://github.com/mbenson"><code>@mbenson</code></a>!</li>
<li>Added tostring <a
href="https://redirect.github.com/mikefarah/yq/issues/72">#72</a></li>
<li>Added string interpolation <a
href="https://redirect.github.com/mikefarah/yq/issues/1149">#1149</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mikefarah/yq/commit/8bf425b4d1344db7cd469a8d10a390876e0c77fd"><code>8bf425b</code></a>
Bumping version</li>
<li><a
href="https://github.com/mikefarah/yq/commit/f755755bb0f102c34e8dbd2dad5723d31bea9a4c"><code>f755755</code></a>
Updated release notes</li>
<li><a
href="https://github.com/mikefarah/yq/commit/0f390b27aa21fedf3e2ce7dcf35d588c9cf0d124"><code>0f390b2</code></a>
Bumping goccy</li>
<li><a
href="https://github.com/mikefarah/yq/commit/31ad7fbaa21df10f9b2b82cc95d803bc03b8921d"><code>31ad7fb</code></a>
Bump github.com/magiconair/properties from 1.8.7 to 1.8.9</li>
<li><a
href="https://github.com/mikefarah/yq/commit/566cf82d08ffa24e42e199a62e5f1a82dcf48244"><code>566cf82</code></a>
Bump github.com/goccy/go-json from 0.10.3 to 0.10.4</li>
<li><a
href="https://github.com/mikefarah/yq/commit/2c9f8331c48b312a67ce00f8a43f263301a12fa5"><code>2c9f833</code></a>
Bump github.com/elliotchance/orderedmap from 1.7.0 to 1.7.1</li>
<li><a
href="https://github.com/mikefarah/yq/commit/c02d44de6322a0d095929f7e744ecc9aa9fbe615"><code>c02d44d</code></a>
Bump golang.org/x/net from 0.32.0 to 0.33.0</li>
<li><a
href="https://github.com/mikefarah/yq/commit/f73c862cc555c0d98d3ac3120a79ec25fdda9837"><code>f73c862</code></a>
feat: Create parent directories if --split-exp is used.</li>
<li><a
href="https://github.com/mikefarah/yq/commit/294a1709add56c57f3335ca65a75400a08e0fd8b"><code>294a170</code></a>
Bumping version</li>
<li><a
href="https://github.com/mikefarah/yq/commit/342efb23ff8def40c7f78016f8a359a2325f351a"><code>342efb2</code></a>
Fixed panic on multipling string by very large number <a
href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li>
<li>Additional commits viewable in <a
href="https://github.com/mikefarah/yq/compare/bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf...8bf425b4d1344db7cd469a8d10a390876e0c77fd">compare
view</a></li>
</ul>
</details>
<br />
Updates `dtolnay/rust-toolchain` from
315e265cd78dad1e1dcf3a5074f6d6c47029d5aa to
c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/rust-toolchain/commit/c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c"><code>c5a29dd</code></a>
Add 1.84.1 patch release</li>
<li><a
href="https://github.com/dtolnay/rust-toolchain/commit/a54c7afa936fefeb4456b2dd8068152669aa8203"><code>a54c7af</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/rust-toolchain/issues/131">#131</a>
from dtolnay/float</li>
<li><a
href="https://github.com/dtolnay/rust-toolchain/commit/aacd1c2ea38f9692a2404f67255753ea50fdc909"><code>aacd1c2</code></a>
Append zeros to toolchain versions truncated by GitHub</li>
<li>See full diff in <a
href="https://github.com/dtolnay/rust-toolchain/compare/315e265cd78dad1e1dcf3a5074f6d6c47029d5aa...c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c">compare
view</a></li>
</ul>
</details>
<br />
Updates `taiki-e/create-gh-release-action` from 1.8.2 to 1.9.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/taiki-e/create-gh-release-action/releases">taiki-e/create-gh-release-action's
releases</a>.</em></p>
<blockquote>
<h2>1.8.4</h2>
<ul>
<li>Update <code>parse-changelog</code> to 0.6.11.</li>
</ul>
<h2>1.8.3</h2>
<ul>
<li>Update <code>parse-changelog</code> to 0.6.10. This includes
performance improvements.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/ceeaaf73c0f3f0cadd7bfd9b4d27de4076891fc2"><code>ceeaaf7</code></a>
Release 1.9.0</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/75b96cd1fb0cb4837b52bb0f1e4d12f7378e5007"><code>75b96cd</code></a>
Update changelog</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/2d2a6423fb49e69e7175f95302b13d7e3346d6c3"><code>2d2a642</code></a>
Remove links from the title</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/8294a0b01e2fb388adef9a82b9610eb768136b85"><code>8294a0b</code></a>
Update parse-changelog to 0.6.11</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/4a5ac564d3249b310028bf24d1b60eb76a242546"><code>4a5ac56</code></a>
Update readme</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/925987509fc87833a25e1e54d1d173fdfef2a5b7"><code>9259875</code></a>
ci: Disable buggy dependabot grouped update</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/13b0ad97d118e7f8ae400f2959fe2586b9e0730c"><code>13b0ad9</code></a>
Format shell scripts with indent_size = 2 to match scripts in CI
config</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/d33396ec937b3c8de323c14ec623aa6bfb93d9a1"><code>d33396e</code></a>
Release 1.8.3</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/a8ab8ae8eff4d4cf4ccb16560f19c7c00b6c01de"><code>a8ab8ae</code></a>
Update changelog</li>
<li><a
href="https://github.com/taiki-e/create-gh-release-action/commit/57ea6c2572f7849d8f6155d82d005bf8fa7a6af4"><code>57ea6c2</code></a>
Clean up scripts</li>
<li>Additional commits viewable in <a
href="https://github.com/taiki-e/create-gh-release-action/compare/72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3...ceeaaf73c0f3f0cadd7bfd9b4d27de4076891fc2">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3e5e884 commit 123af6b
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments