File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 permissions : {}
106106 steps :
107- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
107+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
108108 with :
109109 go-version : ^1.16.0
110110 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
Original file line number Diff line number Diff line change 3636 name : Setup .NET
3737 with :
3838 dotnet-version : 9.0.x
39- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
39+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4040 name : Setup Go
4141 with :
4242 go-version : ^1.16.0
@@ -233,7 +233,7 @@ jobs:
233233 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
234234 with :
235235 node-version : 18.x
236- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
236+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
237237 with :
238238 go-version : ^1.16.0
239239 - name : Download build artifacts
You can’t perform that action at this time.
0 commit comments