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

Fix set-output deprecation warning #257

Merged
merged 2 commits into from May 7, 2023
Merged

Fix set-output deprecation warning #257

merged 2 commits into from May 7, 2023

Conversation

bayandin
Copy link
Contributor

@bayandin bayandin commented Apr 11, 2023

This PR updates actions/core to 1.10.0 (from 1.9.1) to fix the deprecation 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/

Ref actions/toolkit#1187

Closes #221

@thomaseizinger
Copy link
Owner

thomaseizinger commented May 6, 2023

Thank you! Can you regenerate the JavaScript please? Did you disable the githook? I am surprised it let you commit without running tsc.

@bayandin
Copy link
Contributor Author

bayandin commented May 6, 2023

Done!
Sorry, not sure how did it happen 🤷

@thomaseizinger thomaseizinger merged commit 85c8625 into thomaseizinger:master May 7, 2023
1 check passed
@bayandin bayandin deleted the bump-actions/core branch May 7, 2023 08:14
@thomaseizinger
Copy link
Owner

Argh forgot to ask for a changelog entry, can you send another PR that adds an entry under "Fixed"? Then I can actually release this.

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.

Uses deprecated 'set-output' command
2 participants