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

github: Update to use 'checkout@v4' action to avoid Node.js warnings #411

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

jigpu
Copy link
Member

@jigpu jigpu commented Feb 13, 2024

The following warning is displayed multiple times in the "Annotations" section of a Github action that runs the main workflow:

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

Updating the main workflow to use checkout@v4 elimiates this warning.

The following warning is displayed multiple times in the "Annotations"
section of a Github action that runs the main workflow:

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

Updating the main workflow to use checkout@v4 elimiates this warning.

Signed-off-by: Jason Gerecke <[email protected]>
@Pinglinux Pinglinux merged commit 1a29752 into linuxwacom:master Feb 20, 2024
12 checks passed
@Pinglinux
Copy link
Member

Sounds good to me.

@jigpu jigpu deleted the update-actions branch July 25, 2024 14:40
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