shrink / actions-docker-extract

:octocat: Extract file(s) from a Docker Image
MIT License
17 stars 7 forks source link

Update to use Node 16 #11

Closed dataviruset closed 1 year ago

dataviruset commented 1 year ago

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: shrink/actions-docker-extract@v1

dataviruset commented 1 year ago

Thanks for the quick fix and for a useful action overall :)

shrink commented 1 year ago

@dataviruset no problem! I'm just preparing to release the update as v2 -- I'll ping you here once it's available to upgrade to in your actions :)

shrink commented 1 year ago

@dataviruset node16 is released now as v2.0.0 (also tagged as v2 and v2.0) so you can update whenever is convenient.

- uses: shrink/actions-docker-extract@v2

Let me know if you run into any issues!

dataviruset commented 1 year ago

@dataviruset node16 is released now as v2.0.0 (also tagged as v2 and v2.0) so you can update whenever is convenient.

- uses: shrink/actions-docker-extract@v2

Let me know if you run into any issues!

Seems to be working all right for me. Thanks again!