DeLaGuardo / setup-clojure

GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
MIT License
183 stars 27 forks source link

GitHub workflow files: bump versions #85

Closed deining closed 1 year ago

deining commented 1 year ago

This PR bumps versions of actions in GitHub workflow files.

DeLaGuardo commented 1 year ago

Originally smoke-test.yml supposed to validate that the mainstream branch is ok. However, after a while master got renamed to main and this wasn't reflected in smoke-test. I'm happy to accept the PR but instead of v3 use main

deining commented 1 year ago

I'm happy to accept the PR but instead of v3 use main

Done.

DeLaGuardo commented 1 year ago

Ha, sorry, I should sleep more. :) You were right with your original changes.

port19x commented 1 year ago

Actually, actions/checkout has both a main branch and a master branch. That master branch now being 61 commits behind main. So maybe actions/checkout@main is a good idea

DeLaGuardo commented 1 year ago

Good, then I'll keep main