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

Update actions/checkout to v3 in GitHub Actions CI workflow #360

Merged
merged 1 commit into from
Nov 20, 2022

Conversation

esabol
Copy link
Member

@esabol esabol commented Nov 20, 2022

This trivial pull request partially addresses issue #354. It eliminates the following warnings currently emitted by the GitHub Actions CI workflow:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2

All it does is change uses: actions/checkout@v2 to uses: actions/checkout@v3.

@esabol esabol changed the title Updated actions/checkout to v3 in GitHub Actions CI workflow. Updated actions/checkout to v3 in GitHub Actions CI workflow Nov 20, 2022
@SpamapS
Copy link
Member

SpamapS commented Nov 20, 2022

Thanks!

@SpamapS SpamapS merged commit 8ee249b into gearman:master Nov 20, 2022
@esabol esabol deleted the update-github-actions-ci-workflow branch November 20, 2022 21:10
@esabol esabol changed the title Updated actions/checkout to v3 in GitHub Actions CI workflow Update actions/checkout to v3 in GitHub Actions CI workflow Nov 18, 2023
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