Skip to content

Update GitHub actions - #554

Merged
wei merged 2 commits into
wei:masterfrom
kurtmckee:update-github-actions
Oct 23, 2023
Merged

Update GitHub actions#554
wei merged 2 commits into
wei:masterfrom
kurtmckee:update-github-actions

Conversation

@kurtmckee

Copy link
Copy Markdown
Contributor

Two actions are currently used in CI:

  • actions/checkout, which is configured to use the current version in the master branch.

    The master branch hasn't been updated in three years because the project migrated to use main as its default branch.

  • actions/setup-node, which is configured to use v1.

    v1 is causing deprecation warnings in CI due to its use of Node 12. v3 is the current version.

To keep these updated, this PR migrates from actions/checkout@master to actions/checkout@v4 and introduces a Dependabot configuration that will keep the versions up-to-date moving forward.

If this PR is merged, you can expect Dependabot to open a PR immediately to update actions/setup-node to the current version.

The `master` branch hasn't been updated for over three years.
`v4` was released in the last 24 hours.
@wei
wei merged commit ddbed98 into wei:master Oct 23, 2023
@kurtmckee
kurtmckee deleted the update-github-actions branch October 23, 2023 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants