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 2626 steps :
2727 - name : Install Go
2828 if : inputs.tools == 'all' || contains(inputs.tools, 'go')
29- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
29+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3030 with :
3131 go-version : " 1.21.x"
3232 cache-dependency-path : |
4747
4848 - name : Install Pulumi CLI
4949 if : inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50- uses : pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
50+ uses : pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6
5151 with :
5252 pulumi-version : " dev"
5353
Original file line number Diff line number Diff line change 3434 with :
3535 persist-credentials : false
3636 - name : Install go
37- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
37+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3838 with :
3939 # The versions of golangci-lint and setup-go here cross-depend and need to update together.
4040 go-version : 1.23
You can’t perform that action at this time.
0 commit comments