This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Bump actions/checkout from 3.5.0 to 3.6.0 #79
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
labels
Aug 25, 2023
@dependabot squash and merge
…On Fri, Aug 25, 2023, 6:51 AM dependabot[bot] ***@***.***> wrote:
Bumps actions/checkout <https://github.com/actions/checkout> from 3.5.0
to 3.6.0.
Release notes
*Sourced from actions/checkout's releases
<https://github.com/actions/checkout/releases>.*
v3.6.0 What's Changed
- Mark test scripts with Bash'isms to be run via Bash by @dscho
<https://github.com/dscho> in actions/checkout#1377
<https://redirect.github.com/actions/checkout/pull/1377>
- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck <https://github.com/RobertWieczoreck> in
actions/checkout#579
<https://redirect.github.com/actions/checkout/pull/579>
- Release 3.6.0 by @luketomlinson <https://github.com/luketomlinson>
in actions/checkout#1437
<https://redirect.github.com/actions/checkout/pull/1437>
New Contributors
- @RobertWieczoreck <https://github.com/RobertWieczoreck> made their
first contribution in actions/checkout#579
<https://redirect.github.com/actions/checkout/pull/579>
- @luketomlinson <https://github.com/luketomlinson> made their first
contribution in actions/checkout#1437
<https://redirect.github.com/actions/checkout/pull/1437>
*Full Changelog*: ***@***.***
<actions/checkout@v3.5.3...v3.6.0>
v3.5.3 What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule
check-ins by @megamanics <https://github.com/megamanics> in
actions/checkout#1196
<https://redirect.github.com/actions/checkout/pull/1196>
- Fix typos found by codespell by @DimitriPapadopoulos
<https://github.com/DimitriPapadopoulos> in actions/checkout#1287
<https://redirect.github.com/actions/checkout/pull/1287>
- Add support for sparse checkouts by @dscho
<https://github.com/dscho> and @dfdez <https://github.com/dfdez> in
actions/checkout#1369
<https://redirect.github.com/actions/checkout/pull/1369>
- Release v3.5.3 by @TingluoHuang <https://github.com/TingluoHuang>
in actions/checkout#1376
<https://redirect.github.com/actions/checkout/pull/1376>
New Contributors
- @megamanics <https://github.com/megamanics> made their first
contribution in actions/checkout#1196
<https://redirect.github.com/actions/checkout/pull/1196>
- @DimitriPapadopoulos <https://github.com/DimitriPapadopoulos> made
their first contribution in actions/checkout#1287
<https://redirect.github.com/actions/checkout/pull/1287>
- @dfdez <https://github.com/dfdez> made their first contribution in
actions/checkout#1369
<https://redirect.github.com/actions/checkout/pull/1369>
*Full Changelog*: ***@***.***
<actions/checkout@v3...v3.5.3>
v3.5.2 What's Changed
- Fix: Use correct API url / endpoint in GHES by @fhammerl
<https://github.com/fhammerl> in actions/checkout#1289
<https://redirect.github.com/actions/checkout/pull/1289> based on #1286
<https://redirect.github.com/actions/checkout/issues/1286> by @1newsr
<https://github.com/1newsr>
*Full Changelog*: ***@***.***
<actions/checkout@v3.5.1...v3.5.2>
v3.5.1 What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github dependency by @BrettDong
<https://github.com/BrettDong> in actions/checkout#1246
<https://redirect.github.com/actions/checkout/pull/1246>
New Contributors
- @BrettDong <https://github.com/BrettDong> made their first
contribution in actions/checkout#1246
<https://redirect.github.com/actions/checkout/pull/1246>
- @fhammerl <https://github.com/fhammerl> made their first
contribution in actions/checkout#1284
<https://redirect.github.com/actions/checkout/pull/1284>
*Full Changelog*: ***@***.***
<actions/checkout@v3.5.0...v3.5.1>
Changelog
*Sourced from actions/checkout's changelog
<https://github.com/actions/checkout/blob/main/CHANGELOG.md>.*
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
<https://redirect.github.com/actions/checkout/pull/1377>
- Add option to fetch tags even if fetch-depth > 0
<https://redirect.github.com/actions/checkout/pull/579>
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are
checked-in <https://redirect.github.com/actions/checkout/pull/1196>
- Fix typos found by codespell
<https://redirect.github.com/actions/checkout/pull/1287>
- Add support for sparse checkouts
<https://redirect.github.com/actions/checkout/pull/1369>
v3.5.2
- Fix api endpoint for GHES
<https://redirect.github.com/actions/checkout/pull/1289>
v3.5.1
- Fix slow checkout on Windows
<https://redirect.github.com/actions/checkout/pull/1246>
Commits
- f43a0e5
<actions/checkout@f43a0e5>
Release 3.6.0 (#1437
<https://redirect.github.com/actions/checkout/issues/1437>)
- 7739b9b
<actions/checkout@7739b9b>
Add option to fetch tags even if fetch-depth > 0 (#579
<https://redirect.github.com/actions/checkout/issues/579>)
- 96f5310
<actions/checkout@96f5310>
Mark test scripts with Bash'isms to be run via Bash (#1377
<https://redirect.github.com/actions/checkout/issues/1377>)
- c85c95e
<actions/checkout@c85c95e>
Release v3.5.3 (#1376
<https://redirect.github.com/actions/checkout/issues/1376>)
- d106d46
<actions/checkout@d106d46>
Add support for sparse checkouts (#1369
<https://redirect.github.com/actions/checkout/issues/1369>)
- f095bcc
<actions/checkout@f095bcc>
Fix typos found by codespell (#1287
<https://redirect.github.com/actions/checkout/issues/1287>)
- 47fbe2d
<actions/checkout@47fbe2d>
Fix: Checkout fail in self-hosted runners when faulty submodule are
checked-i...
- 8e5e7e5
<actions/checkout@8e5e7e5>
Release v3.5.2 (#1291
<https://redirect.github.com/actions/checkout/issues/1291>)
- eb35239
<actions/checkout@eb35239>
Fix: convert baseUrl to serverApiUrl 'formatted' (#1289
<https://redirect.github.com/actions/checkout/issues/1289>)
- 83b7061
<actions/checkout@83b7061>
Release v3.5.1 (#1284
<https://redirect.github.com/actions/checkout/issues/1284>)
- Additional commits viewable in compare view
<actions/checkout@v3.5.0...v3.6.0>
[image: Dependabot compatibility score]
<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 commands and options
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#79
Commit Summary
- 517a24d
<517a24d>
Bump actions/checkout from 3.5.0 to 3.6.0
File Changes
(3 files
<https://github.com/vqvu/home-assistant-green-button/pull/79/files>)
- *M* .github/workflows/labeler.yml
<https://github.com/vqvu/home-assistant-green-button/pull/79/files#diff-09b72f3c9a3e4f00ab00cd7000b302db25f056075d8895bd91b3654d6e7e956b>
(2)
- *M* .github/workflows/linting.yaml
<https://github.com/vqvu/home-assistant-green-button/pull/79/files#diff-8a5f346fd9aad953c1d089f3d85fbdd1d857258d3a5577202afe3c6798664fe5>
(6)
- *M* .github/workflows/tests.yaml
<https://github.com/vqvu/home-assistant-green-button/pull/79/files#diff-95557d53bf91069e59d82b9d8fcfaf52ec84a762858983edd5ef3c9b3e4c8191>
(2)
Patch Links:
- https://github.com/vqvu/home-assistant-green-button/pull/79.patch
- https://github.com/vqvu/home-assistant-green-button/pull/79.diff
—
Reply to this email directly, view it on GitHub
<#79>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRDEZKEEH4ZRHAEOU4WEN3XXCGT3ANCNFSM6AAAAAA36MUT7A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Dependabot tried to merge this PR, but received the following error from GitHub:
|
vqvu
approved these changes
Aug 25, 2023
dependabot
bot
deleted the
dependabot/github_actions/actions/checkout-3.6.0
branch
August 25, 2023 18:50
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 3.5.0 to 3.6.0.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
Commits
f43a0e5
Release 3.6.0 (#1437)7739b9b
Add option to fetch tags even if fetch-depth > 0 (#579)96f5310
Mark test scripts with Bash'isms to be run via Bash (#1377)c85c95e
Release v3.5.3 (#1376)d106d46
Add support for sparse checkouts (#1369)f095bcc
Fix typos found by codespell (#1287)47fbe2d
Fix: Checkout fail in self-hosted runners when faulty submodule are checked-i...8e5e7e5
Release v3.5.2 (#1291)eb35239
Fix: convert baseUrl to serverApiUrl 'formatted' (#1289)83b7061
Release v3.5.1 (#1284)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 commands and options
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)