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

CI: Update first-party GitHub Actions from v2 to v4 #433

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

RytoEX
Copy link
Member

@RytoEX RytoEX commented Jan 29, 2024

Description

CI: Update first-party GitHub Actions from v2 to v4

GitHub Actions has deprecated Actions based on node16. The v4 actions are based on node20. Replace first-party v2 actions with their v4 counterparts.

See:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Motivation and Context

Want to resolve deprecation warnings on CI. Want to avoid CI failing when the node16 actions are disabled.

How Has This Been Tested?

obs-plugintemplate and obs-deps have had successful CI runs. This repo will test its own CI.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Tweak (non-breaking change to improve existing functionality)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

GitHub Actions has deprecated Actions based on node16. The v4 actions
are based on node20. Replace first-party v2 actions with their v4
counterparts.

See:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
@RytoEX RytoEX added Bug Fix Non-breaking change which fixes an issue Enhancement New feature or improvement labels Jan 29, 2024
@RytoEX RytoEX requested a review from PatTheMav January 29, 2024 20:29
@RytoEX RytoEX self-assigned this Jan 29, 2024
@RytoEX RytoEX merged commit 58c7365 into obsproject:master Jan 30, 2024
1 check passed
@RytoEX RytoEX deleted the update-actions branch January 30, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Non-breaking change which fixes an issue Enhancement New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants