5353 path : ${{ env.WORKING_DIR }}
5454
5555 - name : Update Go version using setup-go
56- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
56+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
5757 if : matrix.go != 'tip'
5858 with :
5959 # Include cache directives to allow proper caching. Without them, we
6363 cache-dependency-path : ' **/go.sum'
6464
6565 - name : Install Go bootstrap compiler
66- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
66+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
6767 if : matrix.go == 'tip'
6868 with :
6969 # Bootstrapping go tip requires 1.24
@@ -129,7 +129,7 @@ jobs:
129129 path : ${{ env.WORKING_DIR }}
130130
131131 - name : Update Go version using setup-go
132- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
132+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
133133 if : matrix.go != 'tip'
134134 with :
135135 # Include cache directives to allow proper caching. Without them, we
@@ -139,7 +139,7 @@ jobs:
139139 cache-dependency-path : ' **/go.sum'
140140
141141 - name : Install Go bootstrap compiler
142- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
142+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
143143 if : matrix.go == 'tip'
144144 with :
145145 # Bootstrapping go tip requires 1.24
@@ -222,7 +222,7 @@ jobs:
222222 path : ${{ env.WORKING_DIR }}
223223
224224 - name : Update Go version using setup-go
225- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
225+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
226226 with :
227227 # Include cache directives to allow proper caching. Without them, we
228228 # get setup-go "Restore cache failed" warnings.
0 commit comments