Skip to content

Commit d67ab0b

Browse files
ci(deps): bump actions/checkout from 3 to 4 (#9148)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update default runtime to node20 by <a href="https://github.com/takost"><code>@​takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li>Support fetching without the --progress option by <a href="https://github.com/simonbaird"><code>@​simonbaird</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> <li>Release 4.0.0 by <a href="https://github.com/takost"><code>@​takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/takost"><code>@​takost</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li><a href="https://github.com/simonbaird"><code>@​simonbaird</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p> <h2>v3.6.0</h2> <h2>What's Changed</h2> <ul> <li>Mark test scripts with Bash'isms to be run via Bash by <a href="https://github.com/dscho"><code>@​dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li> <li>Add option to fetch tags even if fetch-depth &gt; 0 by <a href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li>Release 3.6.0 by <a href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li><a href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p> <h2>v3.5.3</h2> <h2>What's Changed</h2> <ul> <li>Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by <a href="https://github.com/megamanics"><code>@​megamanics</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li>Fix typos found by codespell by <a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li>Add support for sparse checkouts by <a href="https://github.com/dscho"><code>@​dscho</code></a> and <a href="https://github.com/dfdez"><code>@​dfdez</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> <li>Release v3.5.3 by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/megamanics"><code>@​megamanics</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li><a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li><a href="https://github.com/dfdez"><code>@​dfdez</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p> <h2>v3.5.2</h2> <h2>What's Changed</h2> <ul> <li>Fix: Use correct API url / endpoint in GHES by <a href="https://github.com/fhammerl"><code>@​fhammerl</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a> based on <a href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a> by <a href="https://github.com/1newsr"><code>@​1newsr</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p> <h2>v3.5.1</h2> <h2>What's Changed</h2> <ul> <li>Improve checkout performance on Windows runners by upgrading <code>@​actions/github</code> dependency by <a href="https://github.com/BrettDong"><code>@​BrettDong</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BrettDong"><code>@​BrettDong</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v4.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li> </ul> <h2>v4.0.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li> </ul> <h2>v3.6.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth &gt; 0</a></li> </ul> <h2>v3.5.3</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li> </ul> <h2>v3.5.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li> </ul> <h2>v3.5.1</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix slow checkout on Windows</a></li> </ul> <h2>v3.5.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add new public key for known_hosts</a></li> </ul> <h2>v3.4.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade codeql actions to v2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade dependencies</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade <code>@​actions/io</code></a></li> </ul> <h2>v3.3.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1045">Implement branch list using callbacks from exec function</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add in explicit reference to private checkout options</a></li> <li>[Fix comment typos (that got added in <a href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li> </ul> <h2>v3.2.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/942">Add GitHub Action to perform release</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix status badge</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1002">Replace datadog/squid with ubuntu/squid Docker image</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap pipeline commands for submoduleForeach in quotes</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1029">Update <code>@​actions/io</code> to 1.1.2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading version to 3.2.0</a></li> </ul> <h2>v3.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/939">Use <code>@​actions/core</code> <code>saveState</code> and <code>getState</code></a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li> </ul> <h2>v3.0.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/8ade135a41bc03ea155e62e844d188df1ea18608"><code>8ade135</code></a> Prepare 4.1.0 release (<a href="https://redirect.github.com/actions/checkout/issues/1496">#1496</a>)</li> <li><a href="https://github.com/actions/checkout/commit/c533a0a4cfc4962971818edcfac47a2899e69799"><code>c533a0a</code></a> Add support for partial checkout filters (<a href="https://redirect.github.com/actions/checkout/issues/1396">#1396</a>)</li> <li><a href="https://github.com/actions/checkout/commit/72f2cec99f417b1a1c5e2e88945068983b7965f9"><code>72f2cec</code></a> Update README.md for V4 (<a href="https://redirect.github.com/actions/checkout/issues/1452">#1452</a>)</li> <li><a href="https://github.com/actions/checkout/commit/3df4ab11eba7bda6032a0b82a6bb43b11571feac"><code>3df4ab1</code></a> Release 4.0.0 (<a href="https://redirect.github.com/actions/checkout/issues/1447">#1447</a>)</li> <li><a href="https://github.com/actions/checkout/commit/8b5e8b768746b50394015010d25e690bfab9dfbc"><code>8b5e8b7</code></a> Support fetching without the --progress option (<a href="https://redirect.github.com/actions/checkout/issues/1067">#1067</a>)</li> <li><a href="https://github.com/actions/checkout/commit/97a652b80035363df47baee5031ec8670b8878ac"><code>97a652b</code></a> Update default runtime to node20 (<a href="https://redirect.github.com/actions/checkout/issues/1436">#1436</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ae1ed2 commit d67ab0b

7 files changed

+28
-28
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: 'Prepare a new version'
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.GH_RELEASE_PAT }}
1919
fetch-depth: 0

.github/workflows/build.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
pull-requests: read
6262
steps:
6363
- name: Check out current commit
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565
with:
6666
ref: ${{ env.HEAD_COMMIT }}
6767
# We need to check out not only the fake merge commit between the PR and the base branch which GH creates, but
@@ -159,7 +159,7 @@ jobs:
159159
(needs.job_get_metadata.outputs.changed_any_code == 'true' || github.event_name != 'pull_request')
160160
steps:
161161
- name: 'Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})'
162-
uses: actions/checkout@v3
162+
uses: actions/checkout@v4
163163
with:
164164
ref: ${{ env.HEAD_COMMIT }}
165165
- name: Set up Node
@@ -207,7 +207,7 @@ jobs:
207207
timeout-minutes: 30
208208
steps:
209209
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
210-
uses: actions/checkout@v3
210+
uses: actions/checkout@v4
211211
with:
212212
ref: ${{ env.HEAD_COMMIT }}
213213
- name: Set up Node
@@ -265,7 +265,7 @@ jobs:
265265
needs.job_get_metadata.outputs.is_release == 'true'
266266
steps:
267267
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
268-
uses: actions/checkout@v3
268+
uses: actions/checkout@v4
269269
with:
270270
ref: ${{ env.HEAD_COMMIT }}
271271
- name: Set up Node
@@ -297,7 +297,7 @@ jobs:
297297
runs-on: ubuntu-20.04
298298
steps:
299299
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
300-
uses: actions/checkout@v3
300+
uses: actions/checkout@v4
301301
with:
302302
ref: ${{ env.HEAD_COMMIT }}
303303
- name: Set up Node
@@ -320,7 +320,7 @@ jobs:
320320
runs-on: ubuntu-20.04
321321
steps:
322322
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
323-
uses: actions/checkout@v3
323+
uses: actions/checkout@v4
324324
with:
325325
ref: ${{ env.HEAD_COMMIT }}
326326
- name: Set up Node
@@ -342,7 +342,7 @@ jobs:
342342
if: needs.job_get_metadata.outputs.is_release == 'true'
343343
steps:
344344
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
345-
uses: actions/checkout@v3
345+
uses: actions/checkout@v4
346346
with:
347347
ref: ${{ env.HEAD_COMMIT }}
348348
- name: Set up Node
@@ -373,7 +373,7 @@ jobs:
373373
runs-on: ubuntu-latest
374374
steps:
375375
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
376-
uses: actions/checkout@v3
376+
uses: actions/checkout@v4
377377
with:
378378
ref: ${{ env.HEAD_COMMIT }}
379379
- name: Set up Node
@@ -400,7 +400,7 @@ jobs:
400400
fail-fast: false
401401
steps:
402402
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
403-
uses: actions/checkout@v3
403+
uses: actions/checkout@v4
404404
with:
405405
ref: ${{ env.HEAD_COMMIT }}
406406
- name: Set up Node
@@ -430,7 +430,7 @@ jobs:
430430
node: [8, 10, 12, 14, 16, 18, 20]
431431
steps:
432432
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
433-
uses: actions/checkout@v3
433+
uses: actions/checkout@v4
434434
with:
435435
ref: ${{ env.HEAD_COMMIT }}
436436
- name: Set up Node
@@ -462,7 +462,7 @@ jobs:
462462
node: [10, 12, 14, 16, 18, 20]
463463
steps:
464464
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
465-
uses: actions/checkout@v3
465+
uses: actions/checkout@v4
466466
with:
467467
ref: ${{ env.HEAD_COMMIT }}
468468
- name: Set up Node
@@ -527,7 +527,7 @@ jobs:
527527

528528
steps:
529529
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
530-
uses: actions/checkout@v3
530+
uses: actions/checkout@v4
531531
with:
532532
ref: ${{ env.HEAD_COMMIT }}
533533
- name: Set up Node
@@ -584,7 +584,7 @@ jobs:
584584

585585
steps:
586586
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
587-
uses: actions/checkout@v3
587+
uses: actions/checkout@v4
588588
with:
589589
ref: ${{ env.HEAD_COMMIT }}
590590
- name: Set up Node
@@ -637,7 +637,7 @@ jobs:
637637
- WebkitHeadless
638638
steps:
639639
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
640-
uses: actions/checkout@v3
640+
uses: actions/checkout@v4
641641
with:
642642
ref: ${{ env.HEAD_COMMIT }}
643643
- name: Set up Node
@@ -663,7 +663,7 @@ jobs:
663663
timeout-minutes: 5
664664
steps:
665665
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
666-
uses: actions/checkout@v3
666+
uses: actions/checkout@v4
667667
with:
668668
ref: ${{ env.HEAD_COMMIT }}
669669
- name: Set up Node
@@ -703,7 +703,7 @@ jobs:
703703
typescript: '3.8'
704704
steps:
705705
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
706-
uses: actions/checkout@v3
706+
uses: actions/checkout@v4
707707
with:
708708
ref: ${{ env.HEAD_COMMIT }}
709709
- name: Set up Node
@@ -739,7 +739,7 @@ jobs:
739739
remix: [1, 2]
740740
steps:
741741
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
742-
uses: actions/checkout@v3
742+
uses: actions/checkout@v4
743743
with:
744744
ref: ${{ env.HEAD_COMMIT }}
745745
- name: Set up Node
@@ -768,7 +768,7 @@ jobs:
768768
timeout-minutes: 15
769769
steps:
770770
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
771-
uses: actions/checkout@v3
771+
uses: actions/checkout@v4
772772
with:
773773
ref: ${{ env.HEAD_COMMIT }}
774774
- name: Set up Node
@@ -840,7 +840,7 @@ jobs:
840840

841841
steps:
842842
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
843-
uses: actions/checkout@v3
843+
uses: actions/checkout@v4
844844
with:
845845
ref: ${{ env.HEAD_COMMIT }}
846846
- uses: pnpm/action-setup@v2
@@ -925,7 +925,7 @@ jobs:
925925
needs.job_get_metadata.outputs.is_develop == 'true'
926926
steps:
927927
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
928-
uses: actions/checkout@v3
928+
uses: actions/checkout@v4
929929
with:
930930
ref: ${{ env.HEAD_COMMIT }}
931931
- name: Set up Node

.github/workflows/canary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 30
2424
steps:
2525
- name: Check out current commit
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
ref: ${{ env.HEAD_COMMIT }}
2929
- name: Set up Node
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Check out current commit
85-
uses: actions/checkout@v3
85+
uses: actions/checkout@v4
8686
with:
8787
ref: ${{ env.HEAD_COMMIT }}
8888
- uses: pnpm/action-setup@v2
@@ -148,7 +148,7 @@ jobs:
148148
scenario: [ember-release, embroider-optimized, ember-4.0]
149149
steps:
150150
- name: 'Check out current commit'
151-
uses: actions/checkout@v3
151+
uses: actions/checkout@v4
152152
with:
153153
ref: ${{ env.HEAD_COMMIT }}
154154
- name: Set up Node

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.base_ref != 'master' && github.ref != 'refs/heads/master' }}
3131
steps:
3232
- name: Check out current branch
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Set up Node
3535
uses: actions/setup-node@v3
3636
with:

.github/workflows/gitflow-sync-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
steps:
2525
- name: git checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
# https://github.com/marketplace/actions/github-pull-request-action
2929
- name: Create Pull Request

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
name: 'Release a new version'
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
token: ${{ secrets.GH_RELEASE_PAT }}
2323
fetch-depth: 0

0 commit comments

Comments
 (0)