-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions/checkout from 3 to 4 #67
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 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot merge
…On Mon, 11 Sept 2023, 02:52 dependabot[bot], ***@***.***> wrote:
Bumps actions/checkout <https://github.com/actions/checkout> from 3 to 4.
Release notes
*Sourced from actions/checkout's releases
<https://github.com/actions/checkout/releases>.*
v4.0.0 What's Changed
- Update default runtime to node20 by @takost
<https://github.com/takost> in actions/checkout#1436
<https://redirect.github.com/actions/checkout/pull/1436>
- Support fetching without the --progress option by @simonbaird
<https://github.com/simonbaird> in actions/checkout#1067
<https://redirect.github.com/actions/checkout/pull/1067>
- Release 4.0.0 by @takost <https://github.com/takost> in
actions/checkout#1447
<https://redirect.github.com/actions/checkout/pull/1447>
New Contributors
- @takost <https://github.com/takost> made their first contribution
in actions/checkout#1436
<https://redirect.github.com/actions/checkout/pull/1436>
- @simonbaird <https://github.com/simonbaird> made their first
contribution in actions/checkout#1067
<https://redirect.github.com/actions/checkout/pull/1067>
*Full Changelog*: ***@***.***
<actions/checkout@v3...v4.0.0>
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>
... (truncated)
Changelog
*Sourced from actions/checkout's changelog
<https://github.com/actions/checkout/blob/main/CHANGELOG.md>.*
Changelog v4.0.0
- Support fetching without the --progress option
<https://redirect.github.com/actions/checkout/pull/1067>
- Update to node20
<https://redirect.github.com/actions/checkout/pull/1436>
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>
v3.5.0
- Add new public key for known_hosts
<https://redirect.github.com/actions/checkout/pull/1237>
v3.4.0
- Upgrade codeql actions to v2
<https://redirect.github.com/actions/checkout/pull/1209>
- Upgrade dependencies
<https://redirect.github.com/actions/checkout/pull/1210>
- Upgrade @actions/io
<https://redirect.github.com/actions/checkout/pull/1225>
v3.3.0
- Implement branch list using callbacks from exec function
<https://redirect.github.com/actions/checkout/pull/1045>
- Add in explicit reference to private checkout options
<https://redirect.github.com/actions/checkout/pull/1050>
- [Fix comment typos (that got added in #770
<https://redirect.github.com/actions/checkout/issues/770>)](
actions/checkout#1057
<https://redirect.github.com/actions/checkout/pull/1057>)
v3.2.0
- Add GitHub Action to perform release
<https://redirect.github.com/actions/checkout/pull/942>
- Fix status badge
<https://redirect.github.com/actions/checkout/pull/967>
- Replace datadog/squid with ubuntu/squid Docker image
<https://redirect.github.com/actions/checkout/pull/1002>
- Wrap pipeline commands for submoduleForeach in quotes
<https://redirect.github.com/actions/checkout/pull/964>
- Update @actions/io to 1.1.2
<https://redirect.github.com/actions/checkout/pull/1029>
- Upgrading version to 3.2.0
<https://redirect.github.com/actions/checkout/pull/1039>
v3.1.0
- Use @actions/core saveState and getState
<https://redirect.github.com/actions/checkout/pull/939>
- Add github-server-url input
<https://redirect.github.com/actions/checkout/pull/922>
v3.0.2
- Add input set-safe-directory
<https://redirect.github.com/actions/checkout/pull/770>
v3.0.1
... (truncated)
Commits
- 3df4ab1
<actions/checkout@3df4ab1>
Release 4.0.0 (#1447
<https://redirect.github.com/actions/checkout/issues/1447>)
- 8b5e8b7
<actions/checkout@8b5e8b7>
Support fetching without the --progress option (#1067
<https://redirect.github.com/actions/checkout/issues/1067>)
- 97a652b
<actions/checkout@97a652b>
Update default runtime to node20 (#1436
<https://redirect.github.com/actions/checkout/issues/1436>)
- See full diff in compare view
<actions/checkout@v3...v4>
[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:
#67
Commit Summary
- 22bf227
<22bf227>
Bump actions/checkout from 3 to 4
File Changes
(2 files <https://github.com/simonrw/nix-config/pull/67/files>)
- *M* .github/workflows/build.yml
<https://github.com/simonrw/nix-config/pull/67/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721>
(4)
- *M* .github/workflows/update-lock.yml
<https://github.com/simonrw/nix-config/pull/67/files#diff-ef0d2038f1b1924f7e448d171519a3dc8f3251896f479c41c8835961cd258cea>
(2)
Patch Links:
- https://github.com/simonrw/nix-config/pull/67.patch
- https://github.com/simonrw/nix-config/pull/67.diff
—
Reply to this email directly, view it on GitHub
<#67>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAOS3C6CW6QYWUPAXKSXK3XZZVEHANCNFSM6AAAAAA4SSYW7E>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/github_actions/actions/checkout-4
branch
September 11, 2023 05:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 to 4.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)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)