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

docs: updates docs example to use actions/checkout@v3 instead of v2 #194

Closed yjose closed 1 year ago

yjose commented 1 year ago

Right now, if you copy-paste a workflow example and run it in your repo, you will get the following warning:

calibreapp/image-actions
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16

Updating the checkout action to version 3 will fix the issue, as it updates the default runtime to Node.js 16.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

benschwarz commented 1 year ago

Thanks @yjose 🙏