Originally created by @devenes on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/joelwmale/webhook-action/issues/605
As @depoulo mentioned https://github.com/joelwmale/webhook-action/issues/593#issuecomment-1309980721, we still face the warning,
> 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/
I was thinking that this error is due to env files as stated in the [document](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). I want to ask that should we consider to change `set-output` command;
https://github.com/joelwmale/webhook-action/blob/2c43ebbef8b9c5e5ea27cd65dfdeac58f90e7e29/dist/index.js#L334-L344
I think @joelwmale just needs to run rm yarn.lock && yarn && yarn package and then create a new release.
<!-- gh-comment-id:1310088647 -->
@depoulo commented on GitHub (Nov 10, 2022):
I think @joelwmale just needs to run `rm yarn.lock && yarn && yarn package` and then create a new release.
Could not find file '/home/runner/work/_actions/_temp_a65493dc-fe4f-4e98-90b4-43ce81cb38d3/_staging/joelwmale-webhook-action-29d4f52/node_modules/.bin/semver'.
<!-- gh-comment-id:1310114001 -->
@depoulo commented on GitHub (Nov 10, 2022):
```
Could not find file '/home/runner/work/_actions/_temp_a65493dc-fe4f-4e98-90b4-43ce81cb38d3/_staging/joelwmale-webhook-action-29d4f52/node_modules/.bin/semver'.
```
Looks like you need to add semver as a direct dependency.
<!-- gh-comment-id:1310117919 -->
@depoulo commented on GitHub (Nov 10, 2022):

Looks like you need to add `semver` as a direct dependency.
I'd suggest trying this out on your own, or publishing only branches, not versions, until this is confirmed to have been fixed.
<!-- gh-comment-id:1310143788 -->
@depoulo commented on GitHub (Nov 10, 2022):
> Error: Cannot find module 'uuid'
I'd suggest trying this out on your own, or publishing only branches, not versions, until this is confirmed to have been fixed.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @devenes on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/joelwmale/webhook-action/issues/605
As @depoulo mentioned https://github.com/joelwmale/webhook-action/issues/593#issuecomment-1309980721, we still face the warning,
I was thinking that this error is due to env files as stated in the document. I want to ask that should we consider to change
set-outputcommand;https://github.com/joelwmale/webhook-action/blob/2c43ebbef8b9c5e5ea27cd65dfdeac58f90e7e29/dist/index.js#L334-L344
@depoulo commented on GitHub (Nov 10, 2022):
I think @joelwmale just needs to run
rm yarn.lock && yarn && yarn packageand then create a new release.@joelwmale commented on GitHub (Nov 10, 2022):
@depoulo let me try that now, one sec.
@joelwmale commented on GitHub (Nov 10, 2022):
@devenes @depoulo try the latest release
@depoulo commented on GitHub (Nov 10, 2022):
@depoulo commented on GitHub (Nov 10, 2022):
Looks like you need to add
semveras a direct dependency.@joelwmale commented on GitHub (Nov 10, 2022):
Hmm this is strange, let me give that a go
@joelwmale commented on GitHub (Nov 10, 2022):
Give that a go now @depoulo. Not sure why it's asking for semver..
@depoulo commented on GitHub (Nov 10, 2022):
Currently trying out
depoulo/webhook-action@fix-dep-updates…@depoulo commented on GitHub (Nov 10, 2022):
Which does not work either. Now trying out your 2.3.1 🤞🏽
@depoulo commented on GitHub (Nov 10, 2022):
I'd suggest trying this out on your own, or publishing only branches, not versions, until this is confirmed to have been fixed.
@joelwmale commented on GitHub (Nov 10, 2022):
v2.3.2 fixes all issues relating to dependencies. Thanks guys.
@depoulo commented on GitHub (Nov 10, 2022):
Thank you for the quick fix 🎉