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

chore: update actions/core version #208

Closed
wants to merge 1 commit into from
Closed

chore: update actions/core version #208

wants to merge 1 commit into from

Conversation

remmelt
Copy link

@remmelt remmelt commented Nov 9, 2022

Update to @actions/core. The old version was using the set-output command, that is deprecated in GitHub Action since October 11th. @actions/core version 1.10.0 fixes this issue.
actions/toolkit#1178
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Issue #, if available:
Fixes #198

Description of changes:
Update to actions/core, and some additional jest mocking to fix tests. No functional changes in the tests.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Update to @actions/core. The old version was using the set-output command, that is deprectated in GitHub Action since October 11th.
@actions/core version 1.10.0 fixes this issue.
actions/toolkit#1178
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
@remmelt
Copy link
Author

remmelt commented Nov 9, 2022

Duplicated PR 205

@remmelt remmelt closed this Nov 9, 2022
@remmelt remmelt deleted the chore/update-core-version branch November 9, 2022 12:44
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.

set-output command is deprecated
1 participant