build: update to actions/checkout@v3

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2023-02-11 22:50:31 +01:00 committed by Ron Evans
parent 50f176c7c8
commit 0bc6805828
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
container: tinygo/tinygo-dev
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: TinyGo version check
run: tinygo version
- name: Run unit tests

View file

@ -21,7 +21,7 @@ jobs:
with:
go-version: '1.18.3'
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run unit tests
run: go test
- name: "Run macOS smoke tests"