calibreapp / image-actions

A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.
https://calibreapp.com/blog/compress-images-in-prs
GNU General Public License v3.0
1.42k stars 67 forks source link

[Bug] 'set-output' warning #210

Closed fredlarochelle closed 1 year ago

fredlarochelle commented 1 year ago

Describe the bug

Hi, I am getting a 'set-output' deprecation warning when running the action. See the relevant log output.

How To Reproduce

No response

Screenshots

No response

Relevant Log Output

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/

Code of Conduct

fredlarochelle commented 1 year ago

My bad, seems to be a problem upstream with peter-evans/create-pull-request@v3, closing the issue here.

fredlarochelle commented 1 year ago

Seems to be fixed in peter-evans/create-pull-request@v4 See here.