Skip to content

chore: bump actions/checkout from 2 to 3 #8382

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

Merged
merged 2 commits into from
Jul 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2023

Bumps the github-actions group with 2 updates: actions/checkout and crate-ci/typos.

Updates actions/checkout from 2 to 3

Release notes

Sourced from actions/checkout's releases.

v3.0.0

  • Updated to the node16 runtime by default
    • This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.

v2.7.0

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

  • Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

v2.3.5

Update dependencies

v2.3.4

v2.3.3

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

v3.0.1

v3.0.0

v2.3.1

... (truncated)

Commits

Updates crate-ci/typos from 1.14.12 to 1.15.10

Release notes

Sourced from crate-ci/typos's releases.

v1.15.10

[1.15.10] - 2023-07-03

Fixes

  • Updated the dictionary with the June 2023 changes

v1.15.9

[1.15.9] - 2023-06-30

Fixes

  • Don't correct "contiguities"

v1.15.8

[1.15.8] - 2023-06-29

Fixes

  • Don't correct some valid words

v1.15.7

[1.15.7] - 2023-06-26

Fixes

  • Show corrections in priority order again (broken in 1.15.0)

v1.15.6

[1.15.6] - 2023-06-26

Fixes

  • Don't correct currency code "zar"

v1.15.5

[1.15.5] - 2023-06-22

Fixes

  • Don't correct typos.toml

v1.15.4

[1.15.4] - 2023-06-22

Fixes

  • Correctly merge default setting for a file type with a user's file type settings

v1.15.3

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.15.10] - 2023-07-03

Fixes

  • Updated the dictionary with the June 2023 changes

[1.15.9] - 2023-06-30

Fixes

  • Don't correct "contiguities"

[1.15.8] - 2023-06-29

Fixes

  • Don't correct some valid words

[1.15.7] - 2023-06-26

Fixes

  • Show corrections in priority order again (broken in 1.15.0)

[1.15.6] - 2023-06-26

Fixes

  • Don't correct currency code "zar"

[1.15.5] - 2023-06-22

Fixes

  • Don't correct typos.toml

[1.15.4] - 2023-06-22

Fixes

  • Correctly merge default setting for a file type with a user's file type settings

[1.15.3] - 2023-06-21

Fixes

  • User config overrides default glob definitions

[1.15.2] - 2023-06-20

... (truncated)

Commits

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

Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `actions/checkout` from 2 to 3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

Updates `crate-ci/typos` from 1.14.12 to 1.15.10
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.14.12...v1.15.10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@matifali matifali requested a review from ammario July 8, 2023 22:36
@matifali
Copy link
Member

matifali commented Jul 8, 2023

Seems like the GitHub action bot isn't approving grouped dependabot PRs automatically.

@matifali matifali changed the title chore: bump the github-actions group with 2 updates chore: bump actions/checkout from 2 to 3 Jul 8, 2023
@matifali matifali merged commit eabf929 into main Jul 8, 2023
@matifali matifali deleted the dependabot/github_actions/github-actions-1e6f0f9d25 branch July 8, 2023 22:43
@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2023
@matifali matifali removed the request for review from ammario July 8, 2023 22:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant