julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

Switch to using `pyTooling/Actions/with-post-step@tip` #125

Closed DilumAluthge closed 2 months ago

DilumAluthge commented 3 months ago

Ref #109

The latest numbered version tag on pyTooling/Actions is v1.0.1. v1.0.1 uses node16: https://github.com/pyTooling/Actions/blob/60281e01e2514114849e490153aa0a3627994077/with-post-step/action.yml#L39-L40

So, this PR switches from the v1.0.1 tag to the https://github.com/pyTooling/Actions/commit/3b95a369557b3048b071dff2349f22c8871dc9f9 commit, which is the commit to which the tip tag currently points. The https://github.com/pyTooling/Actions/commit/3b95a369557b3048b071dff2349f22c8871dc9f9 commit uses node20: https://github.com/pyTooling/Actions/blob/3b95a369557b3048b071dff2349f22c8871dc9f9/with-post-step/action.yml#L39-L40


This is a breaking change, because the https://github.com/pyTooling/Actions/commit/3b95a369557b3048b071dff2349f22c8871dc9f9 commit upgrades the pyTooling/Actions/with-post-step action from node16 to node20.

DilumAluthge commented 2 months ago

Replaced by #127