@@ -83,13 +83,13 @@ jobs:
8383 echo "key=go-pkg-mod-${{ hashFiles('**/go.sum') }}" >> $GITHUB_OUTPUT
8484 echo "path=go_pkg_mod_cache" >> $GITHUB_OUTPUT
8585
86- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
86+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
8787 with :
8888 cache : false
8989
9090 - name : Cache Go modules
9191 id : cache
92- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
92+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9393 with :
9494 path : ${{ steps.cfg.outputs.path }}
9595 key : ${{ steps.cfg.outputs.key }}
@@ -117,15 +117,15 @@ jobs:
117117 ref : ${{ inputs.ref || github.ref }}
118118
119119 - name : Restore Go modules cache
120- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
120+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
121121 with :
122122 path : ${{ needs.go-mod-caching.outputs.path }}
123123 key : ${{ needs.go-mod-caching.outputs.key }}
124124 restore-keys : go-pkg-mod-
125125 enableCrossOsArchive : true
126126 fail-on-cache-miss : true
127127
128- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
128+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
129129 with :
130130 go-version : ${{ matrix.go-version }}
131131 cache : false # we manage the caching ourselves
@@ -181,15 +181,15 @@ jobs:
181181 ref : ${{ inputs.ref || github.ref }}
182182
183183 - name : Restore Go modules cache
184- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
184+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
185185 with :
186186 path : ${{ needs.go-mod-caching.outputs.path }}
187187 key : ${{ needs.go-mod-caching.outputs.key }}
188188 restore-keys : go-pkg-mod-
189189 enableCrossOsArchive : true
190190 fail-on-cache-miss : true
191191
192- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
192+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
193193 with :
194194 go-version : stable
195195 cache : false # we manage the caching ourselves
@@ -243,7 +243,7 @@ jobs:
243243 ref : ${{ inputs.ref || github.ref }}
244244
245245 - name : Restore Go modules cache
246- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
246+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
247247 with :
248248 path : ${{ needs.go-mod-caching.outputs.path }}
249249 key : ${{ needs.go-mod-caching.outputs.key }}
0 commit comments