-
-
Notifications
You must be signed in to change notification settings - Fork 124
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: upgrade @actions/core to avoid deprecation warnings #208
Conversation
Hi and thank you for your PR! Can you please have a look at the contributors guide to make sure your PR covers the relevant steps? |
57e7d51
to
b4d61c7
Compare
Signed-off-by: tison <[email protected]>
b4d61c7
to
4a876fb
Compare
@amannn updated and here is the PR on the forked repo: tisonkun#1 |
Shall we change the dist linter base branch to "main"? if [ $(git diff origin/master --name-only -- 'dist/**' | wc -l) -gt 0 ]
then
echo "Please do not update 'dist/'. CI will update it automatically on merge."
exit 1
fi |
Oh that would be nice, thank you! |
So here's the PR: #209 Let me know if there's further work I should do to proceed with these two PRs. |
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.
Thank you so much! 🙌
🎉 This PR is included in version 5.0.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* [fix][ci] Fix deprecation warnings about set-output Upstream fix: amannn/action-semantic-pull-request#208 * Update .github/workflows/ci-semantic-pull-request.yml
This refers to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.