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] Usage of deprecated command #255

Open lfgcampos opened 5 months ago

lfgcampos commented 5 months ago

Describe the bug

While using this action, GitHub is reporting a use of a deprecated feature that can be removed at any time.

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/

As far as I can see, the only usage is when outputting the generated markdown, meaning it should be a quick fix.

How To Reproduce

No response

Screenshots

No response

Relevant Log Output

No response

Code of Conduct

benschwarz commented 4 months ago

Thanks for logging @lfgcampos. Is this something you'd be interested in submitting a PR for? I'd be happy to review and help get it merged.

lfgcampos commented 4 months ago

Thanks for logging @lfgcampos. Is this something you'd be interested in submitting a PR for? I'd be happy to review and help get it merged.

Yes, I'd be happy to provide a PR!

Gimme some days and you should see something coming =)