File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 with :
2828 fetch-depth : 0
29- - uses : actions/setup-go@v4.1.0
29+ - uses : actions/setup-go@v4.2.1
3030 with :
3131 go-version-file : go.mod
3232 - uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 5858 chmod +x ${{ env.AWS_NUKE_PATH }}
5959 aws-nuke version
6060 - name : Setup Go
61- uses : actions/setup-go@v4.1.0
61+ uses : actions/setup-go@v4.2.1
6262 with :
6363 go-version-file : go.mod
6464 - name : Add GOBIN to PATH
@@ -162,7 +162,7 @@ jobs:
162162 with :
163163 version : ' >= 363.0.0'
164164 - name : Setup Go
165- uses : actions/setup-go@v4.1.0
165+ uses : actions/setup-go@v4.2.1
166166 with :
167167 go-version-file : go.mod
168168 - name : Add GOBIN to PATH
@@ -251,7 +251,7 @@ jobs:
251251 eval "$(ssh-agent -s)"
252252 ssh-add ${{ env.VENOM_VAR_gitRepoPrivateKeyPath }}
253253 - name : Setup Go
254- uses : actions/setup-go@v4.1.0
254+ uses : actions/setup-go@v4.2.1
255255 with :
256256 go-version-file : go.mod
257257 - name : Add GOBIN to PATH
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v3
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-go@v4.1.0
21+ - uses : actions/setup-go@v4.2.1
2222 with :
2323 go-version-file : go.mod
2424
You can’t perform that action at this time.
0 commit comments