File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 # We're not on a multi-user machine, so this is safe.
1818 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
1919 - name : Checkout
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v5
2121 - name : TinyGo version check
2222 run : tinygo version
2323 - name : Run unit tests
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : windows-2022
1414 steps :
1515 - name : Install Go
16- uses : actions/setup-go@v4.1.0
16+ uses : actions/setup-go@v6
1717 with :
18- go-version : ' 1.21.0 '
18+ go-version : ' 1.25 '
1919 - name : Checkout
20- uses : actions/checkout@v3.6.0
20+ uses : actions/checkout@v5
2121 - name : Run unit tests
2222 run : go test
2323 - name : " Run Windows smoke tests"
You can’t perform that action at this time.
0 commit comments