babashka / process

Clojure library for shelling out / spawning sub-processes
Eclipse Public License 1.0
220 stars 29 forks source link

ci chore: address github actions warnings #156

Closed lread closed 4 months ago

lread commented 4 months ago

GitHub Actions is emitting warnings like:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3, DeLaGuardo/setup-clojure@11.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

I'll bump action versions to address.