Skip to content

Commit 4adb4f1

Browse files
Bump freenet-actions/check-file-size from 1.1.5 to 2.0.0 (#741)
Bumps [freenet-actions/check-file-size](https://github.com/freenet-actions/check-file-size) from 1.1.5 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/freenet-actions/check-file-size/releases">freenet-actions/check-file-size's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h2>Breaking Changes</h2> <ul> <li><strong>Updated the action to Node.js 24.</strong> <ul> <li>Node.js 20 is no longer supported.</li> </ul> </li> </ul> <h2>v1.1.6</h2> <h2>Changes</h2> <ul> <li>Updated <code>node.js</code> from 20.19 to 20.20</li> </ul> <h2>Dependency updates</h2> <ul> <li>Updated <code>typescript</code> from 5.9.2 to 5.9.3</li> <li>Updated <code>@actions/github</code> from 6.0.1 to 8.0.1</li> <li>Updated <code>terser</code> from 5.44.0 to 5.46.0</li> <li>Updated <code>@vercel/ncc</code> from 0.38.3 to 0.38.4</li> <li>Updated <code>@types/node</code> from 20.19.14 to 20.19.33</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/freenet-actions/check-file-size/commit/e32a6ba9009792429cca4b2c3b392630f7986a05"><code>e32a6ba</code></a> Release v2.0.0 (<a href="https://redirect.github.com/freenet-actions/check-file-size/issues/105">#105</a>)</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/46c2a36d559731088dba8d657df3109aaca9f652"><code>46c2a36</code></a> Updated action to Node.js 24 (<a href="https://redirect.github.com/freenet-actions/check-file-size/issues/104">#104</a>)</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/3355d698d5e253cb3697aab11efca9bd2385da6f"><code>3355d69</code></a> Release v1.1.6 (<a href="https://redirect.github.com/freenet-actions/check-file-size/issues/103">#103</a>)</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/4919cf05f434d61517f399e465432794631731c6"><code>4919cf0</code></a> Updated <code>@actions/github</code> from 6.0.1 to 8.0.1</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/96bb1a7f8f9e99792791f8df1627264381e8c755"><code>96bb1a7</code></a> Updated and pinned GitHub Action versions</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/e042b3bf420bdce5623ef8f66cd439cef60e36fc"><code>e042b3b</code></a> Bump <code>@​types/node</code> from 20.19.14 to 20.19.33</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/edae641e5a5de355f12435b566adbcd701e1355a"><code>edae641</code></a> Bump <code>@​vercel/ncc</code> from 0.38.3 to 0.38.4 (<a href="https://redirect.github.com/freenet-actions/check-file-size/issues/89">#89</a>)</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/746612fc85615e1deed9a07a8ff9ef2418a6476e"><code>746612f</code></a> Bump terser from 5.44.0 to 5.44.1 (<a href="https://redirect.github.com/freenet-actions/check-file-size/issues/98">#98</a>)</li> <li><a href="https://github.com/freenet-actions/check-file-size/commit/b1f4d0b0ed6096ead3804e533155f88e0dca1085"><code>b1f4d0b</code></a> Bump typescript from 5.9.2 to 5.9.3 (<a href="https://redirect.github.com/freenet-actions/check-file-size/issues/92">#92</a>)</li> <li>See full diff in <a href="https://github.com/freenet-actions/check-file-size/compare/v1.1.5...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=freenet-actions/check-file-size&package-manager=github_actions&previous-version=1.1.5&new-version=2.0.0)](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 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>
1 parent 3cf9d93 commit 4adb4f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Check file sizes (max 1 MB)
16-
uses: freenet-actions/check-file-size@v1.1.5
16+
uses: freenet-actions/check-file-size@v2.0.0
1717
with:
1818
max_size: 1024
1919
post_comment: false

0 commit comments

Comments
 (0)