Khan / pull-request-comment-trigger

A github action for detecting a "trigger" in a pull request description or comment
207 stars 91 forks source link

chore: Bump @actions/core #37

Open storyalex opened 1 year ago

storyalex commented 1 year ago

This will hopefully remove warning about set-output

storyalex commented 1 year ago

As per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#patching-your-actions-and-workflows

Revocsid commented 1 year ago

Hello, Any update for accepting this PR ? As you can see in this article :https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ the old command will be fully disabled on 31st May 2023.

Starting 1st June 2023 workflows using save-state or set-output commands via stdout will fail with an error.