-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update @actions/core to 1.10.0 #587
Update @actions/core to 1.10.0 #587
Conversation
Would fix #589 |
acdbac6
to
64ebb19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add process.env['GITHUB_OUTPUT'] = '';
in beforeEach for installer.test.ts
e0b6539
to
742e43f
Compare
Thank you @dmitry-shibanov! It was end of day and I couldn't wrap my head around that failure, nor could reproduce it locally 😄 Reverted all the unnecessary changes I was using to debug this in my fork. |
You're welcome. I'm going to merge your pull request. Falling for yarn 1 is not related to your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
signed-off-by Randy D White randydwhite@randydwhite.com
signed-off-by Randy D White randydwhite@randydwhite.com |
This updates @actions/core to use the file version of
save-state
andset-output
workflow commands.