Skip to content
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 #1697

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

... (truncated)

Commits
  • 1d96c77 Add SSH user parameter (#1685)
  • cd7d8d6 Check git version before attempting to disable sparse-checkout (#1656)
  • 8410ad0 Update actions/checkout version in update-main-version.yml (#1650)
  • 9bb5618 Prep for release of v4.1.2 (#1649)
  • 8eb1f6a Bump @​babel/traverse from 7.20.5 to 7.24.0 (#1642)
  • 556e4c3 Bump tough-cookie from 4.0.0 to 4.1.3 (#1406)
  • b32f140 Warn on attempts to publish test-ubuntu-git from non-main branch. (#1623)
  • 2650dbd Give test-ubuntu-git its own README (#1620)
  • aadec89 Explicitly disable sparse checkout unless asked for (#1598)
  • df0bcdd Refine workflow for generating test-ubuntu-git (#1617)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner April 23, 2024 17:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 23, 2024
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from 4fe14ba to 6c55aed Compare April 23, 2024 20:08
Copy link
Contributor

@jww3 jww3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is the actions/checkout repo, we want to pin our validation workflows to a known, good, stable actions/checkout version.

At this time, that probably means v4.1.1 at the latest. v3 is also an acceptable choice.

@cclauss
Copy link

cclauss commented Apr 23, 2024

v3 is also an acceptable choice.

Unfortunately v3 is based on an end-of-life version of Node.js so that would be a poor choice.

See the warnings at the bottom right of
https://github.com/actions/checkout/actions/runs/8805973852

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from 6c55aed to bf55b60 Compare April 24, 2024 16:34
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](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 dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from bf55b60 to 1822540 Compare April 24, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants