Bash-it / bash-it

A community Bash framework.
MIT License
14.14k stars 2.29k forks source link

ci: Update GitHub actions #2224

Closed hyperupcall closed 9 months ago

hyperupcall commented 9 months ago

Description

CI hasn't been updated in a hot while. This updates the actions to their latest and greates versions. It also fixes issues with the Go version being too low for shfmt.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

hyperupcall commented 9 months ago

@davidpfarrell I touched on it a bit here, but you're right that these particular strings do not need to be quoted. Usually, it is good to quote ${{ }} in case a substituted variable includes any special characters, but that does not apply here either.

I rebased my changes over main and remove the quotes, let me know what you think