-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Warnings from GitHub about Node 12 and set-output being deprecated #1241
Comments
This has been updated as of version v4.4.1, please let me know if you continue to see this: https://github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.1 |
hi @JamesIves ; what about the deprecation of |
@M3lkior I performed a test deployment using v4.4.1 and there was no |
ok thanks |
Fix LoopKit#586 Upgrading to JamesIves/github-pages-deploy-action v4.4.1 to remove the deprecation warnings: - Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16 - The set-output command is deprecated and will be disabled soon See: JamesIves/github-pages-deploy-action#1241
Fix LoopKit#586 💚 Removes the deprecation warnings when running publish.yml: - Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16 - The set-output command is deprecated and will be disabled soon See: JamesIves/github-pages-deploy-action#1241
💚 Removes the deprecation warnings when running publish.yml: - The set-output command is deprecated and will be disabled soon See: JamesIves/github-pages-deploy-action#1241 Running the github action publish.yml generates the following deprecation warnings: > Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ See: https://github.com/LoopKit/looptips/actions/runs/4587732000/jobs/8101444914#step:6:77
- 💚 Remove deprecation warnings when running publish.yml: - set-output command is deprecated See: JamesIves/github-pages-deploy-action#1241 > Warning: The `set-output` command is deprecated and will be disabled > soon. Please upgrade to using Environment Files. For more information > https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands - Node.js 12 actions are deprecated > Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: JamesIves/github-pages-deploy-action@v4.2.5. > For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. - 💚 Add content write permission to publish.yml Github Action See: JamesIves/github-pages-deploy-action#1285
Describe the bug
When running the latest version of this action (
@v4
), GitHub emits the following warnings as annotations:Workflow
https://github.com/jwodder/kbits/blob/master/.github/workflows/deploy.yml
The text was updated successfully, but these errors were encountered: