Bump GitHub actions, README.md cleanups (#202)

* Bump `actions/checkout@v3`

* Bump `actions/setup-node@v3`

* Bump `actions/upload-artifact@v3`

* Bump `actions/setup-go@v3` in `README.md` examples

* Removed mention of `stable` action argument from `README.md`

* Add "new style" workflow build buttons to `README.md`
This commit is contained in:
Peter Mescalchin
2022-04-01 06:29:52 +11:00
committed by GitHub
parent 341b20ac36
commit dcb4ec94ce
5 changed files with 28 additions and 26 deletions

View File

@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci