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

Deprecation Notices #31

Closed
automartin5000 opened this issue Dec 8, 2022 · 3 comments
Closed

Deprecation Notices #31

automartin5000 opened this issue Dec 8, 2022 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@automartin5000
Copy link

I'm getting the following deprecation notices when using this action:

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: nodenv/actions/node-version@main

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/

@jasonkarns jasonkarns added the help wanted Extra attention is needed label Feb 19, 2023
@jasonkarns
Copy link
Member

Not entirely sure what the resolution is here. We aren't using the "shell" version of set-output; we use the official @actions/core package from actions/toolkit. They have an issue that indicates the SDK should be using the files now properly. actions/toolkit#1218 The PR indicates the package will use the new form on new runners, but will fallback to the old approach on older runnders.

This was referenced Feb 20, 2023
@srl295
Copy link

srl295 commented Oct 10, 2023

Since you have "@actions/core": "^1.10", seems like this should be resolvedThough I'm still seeing as of yesterday

Requested labels: ubuntu-latest
Job defined at: unicode-org/cldr/.github/workflows/gh-pages.yml@refs/heads/main
Job is about to start running on the hosted runner: GitHub Actions 3 (hosted)
Current runner version: '2.309.0'
…
##[group]Run nodenv/actions/node-version@v3
with:
  nodenv-version: 1.3.1
##[endgroup]
[command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/47bb9cd5-29b0-4de9-a2cc-d0042388db24 -f /home/runner/work/_temp/ce3b2834-fa4a-4eaf-b3fc-980815ee0b88
##[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/

@jasonkarns
Copy link
Member

This should be resolved. Bumping to #60 soon anyway. If this reoccurs, we should have a separate issue thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants