Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83dd526

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 4.3.0 (#246)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2to 4.3.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/actions/checkout/releases">actions/checkout'sreleases</a>.</em></p><blockquote><h2>v4.3.0</h2><h2>What's Changed</h2><ul><li>docs: update README.md by <ahref="https://github.com/motss"><code>@​motss</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li><li>Add internal repos for checking out multiple repositories by <ahref="https://github.com/mouismail"><code>@​mouismail</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li><li>Documentation update - add recommended permissions to Readme by <ahref="https://github.com/benwells"><code>@​benwells</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li><li>Adjust positioning of user email note and permissions heading by <ahref="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li><li>Update README.md by <ahref="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li><li>Update CODEOWNERS for actions by <ahref="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>in <ahref="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li><li>Update package dependencies by <ahref="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li><li>Prepare release v4.3.0 by <ahref="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2237">actions/checkout#2237</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/motss"><code>@​motss</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li><li><a href="https://github.com/mouismail"><code>@​mouismail</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li><li><a href="https://github.com/benwells"><code>@​benwells</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li><li><a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li><li><a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/actions/checkout/compare/v4...v4.3.0">https://github.com/actions/checkout/compare/v4...v4.3.0</a></p></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout'schangelog</a>.</em></p><blockquote><h1>Changelog</h1><h2>V4.3.0</h2><ul><li>docs: update README.md by <ahref="https://github.com/motss"><code>@​motss</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li><li>Add internal repos for checking out multiple repositories by <ahref="https://github.com/mouismail"><code>@​mouismail</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li><li>Documentation update - add recommended permissions to Readme by <ahref="https://github.com/benwells"><code>@​benwells</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li><li>Adjust positioning of user email note and permissions heading by <ahref="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li><li>Update README.md by <ahref="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li><li>Update CODEOWNERS for actions by <ahref="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>in <ahref="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li><li>Update package dependencies by <ahref="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li></ul><h2>v4.2.2</h2><ul><li><code>url-helper.ts</code> now leverages well-known environmentvariables by <a href="https://github.com/jww3"><code>@​jww3</code></a>in <ahref="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li><li>Expand unit test coverage for <code>isGhes</code> by <ahref="https://github.com/jww3"><code>@​jww3</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li></ul><h2>v4.2.1</h2><ul><li>Check out other refs/* by commit if provided, fall back to ref by <ahref="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li></ul><h2>v4.2.0</h2><ul><li>Add Ref and Commit outputs by <ahref="https://github.com/lucacome"><code>@​lucacome</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li><li>Dependency updates by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a>- <ahref="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,<ahref="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li></ul><h2>v4.1.7</h2><ul><li>Bump the minor-npm-dependencies group across 1 directory with 4updates by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li><li>Bump actions/checkout from 3 to 4 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li><li>Check out other refs/* by commit by <ahref="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li><li>Pin actions/checkout's own workflows to a known, good, stableversion. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in<ahref="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li></ul><h2>v4.1.6</h2><ul><li>Check platform to set archive extension appropriately by <ahref="https://github.com/cory-miller"><code>@​cory-miller</code></a> in<ahref="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li></ul><h2>v4.1.5</h2><ul><li>Update NPM dependencies by <ahref="https://github.com/cory-miller"><code>@​cory-miller</code></a> in<ahref="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li><li>Bump github/codeql-action from 2 to 3 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li><li>Bump actions/setup-node from 1 to 4 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li><li>Bump actions/upload-artifact from 2 to 4 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li><li>README: Suggest <code>user.email</code> to be<code>41898282+github-actions[bot]@users.noreply.github.com</code> by <ahref="https://github.com/cory-miller"><code>@​cory-miller</code></a> in<ahref="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li></ul><h2>v4.1.4</h2><ul><li>Disable <code>extensions.worktreeConfig</code> when disabling<code>sparse-checkout</code> by <ahref="https://github.com/jww3"><code>@​jww3</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li><li>Add dependabot config by <ahref="https://github.com/cory-miller"><code>@​cory-miller</code></a> in<ahref="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li><li>Bump the minor-actions-dependencies group with 2 updates by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li><li>Bump word-wrap from 1.2.3 to 1.2.5 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li></ul><h2>v4.1.3</h2><ul><li>Check git version before attempting to disable<code>sparse-checkout</code> by <ahref="https://github.com/jww3"><code>@​jww3</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li><li>Add SSH user parameter by <ahref="https://github.com/cory-miller"><code>@​cory-miller</code></a> in<ahref="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li><li>Update <code>actions/checkout</code> version in<code>update-main-version.yml</code> by <ahref="https://github.com/jww3"><code>@​jww3</code></a> in <ahref="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/actions/checkout/commit/08eba0b27e820071cde6df949e0beb9ba4906955"><code>08eba0b</code></a>Prepare release v4.3.0 (<ahref="https://redirect.github.com/actions/checkout/issues/2237">#2237</a>)</li><li><ahref="https://github.com/actions/checkout/commit/631c7dc4f80f88219c5ee78fee08c6b62fac8da1"><code>631c7dc</code></a>Update package dependencies (<ahref="https://redirect.github.com/actions/checkout/issues/2236">#2236</a>)</li><li><ahref="https://github.com/actions/checkout/commit/8edcb1bdb4e267140fa742c62e395cd74f332709"><code>8edcb1b</code></a>Update CODEOWNERS for actions (<ahref="https://redirect.github.com/actions/checkout/issues/2224">#2224</a>)</li><li><ahref="https://github.com/actions/checkout/commit/09d2acae674a48949e3602304ab46fd20ae0c42f"><code>09d2aca</code></a>Update README.md (<ahref="https://redirect.github.com/actions/checkout/issues/2194">#2194</a>)</li><li><ahref="https://github.com/actions/checkout/commit/85e6279cec87321a52edac9c87bce653a07cf6c2"><code>85e6279</code></a>Adjust positioning of user email note and permissions heading (<ahref="https://redirect.github.com/actions/checkout/issues/2044">#2044</a>)</li><li><ahref="https://github.com/actions/checkout/commit/009b9ae9e446ad8d9b8c809870b0fbcc5e03573e"><code>009b9ae</code></a>Documentation update - add recommended permissions to Readme (<ahref="https://redirect.github.com/actions/checkout/issues/2043">#2043</a>)</li><li><ahref="https://github.com/actions/checkout/commit/cbb722410c2e876e24abbe8de2cc27693e501dcb"><code>cbb7224</code></a>Update README.md (<ahref="https://redirect.github.com/actions/checkout/issues/1977">#1977</a>)</li><li><ahref="https://github.com/actions/checkout/commit/3b9b8c884f6b4bb4d5be2779c26374abadae0871"><code>3b9b8c8</code></a>docs: update README.md (<ahref="https://redirect.github.com/actions/checkout/issues/1971">#1971</a>)</li><li>See full diff in <ahref="https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08eba0b27e820071cde6df949e0beb9ba4906955">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.2.2&new-version=4.3.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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parentf85a69b commit83dd526

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on:ubuntu-latest
1414
steps:
1515
-name:Checkout
16-
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
16+
uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955# v4.3.0
1717
-name:Unshallow
1818
run:git fetch --prune --unshallow
1919
-name:Setup Go

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
timeout-minutes:5
2626
steps:
27-
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
27+
-uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955# v4.3.0
2828

2929
-uses:actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5# v5.5.0
3030
with:
@@ -43,7 +43,7 @@ jobs:
4343
generate:
4444
runs-on:ubuntu-latest
4545
steps:
46-
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
46+
-uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955# v4.3.0
4747

4848
-uses:actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5# v5.5.0
4949
with:
@@ -83,7 +83,7 @@ jobs:
8383
-"1.8.*"
8484
-"1.9.*"
8585
steps:
86-
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
86+
-uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955# v4.3.0
8787

8888
-uses:actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5# v5.5.0
8989
with:
@@ -108,7 +108,7 @@ jobs:
108108
runs-on:ubuntu-latest
109109
timeout-minutes:5
110110
steps:
111-
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
111+
-uses:actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955# v4.3.0
112112

113113
-uses:actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5# v5.5.0
114114
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp