File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22name : Check Go Dependencies
33
44env :
5- # See: https://github.com/actions/setup-go/tree/v3#readme
5+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66 GO_VERSION : " 1.16"
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
Original file line number Diff line number Diff line change 22name : Check Go
33
44env :
5- # See: https://github.com/actions/setup-go/tree/v3#readme
5+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
66 GO_VERSION : " 1.16"
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v3
2121
2222 - name : Install Python
23- uses : actions/setup-python@v3
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : " 3.9"
2626
You can’t perform that action at this time.
0 commit comments