69
69
key : ${{ steps.cfg.outputs.key }}
70
70
path : ${{ steps.cfg.outputs.path }}
71
71
steps :
72
- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
72
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73
73
with :
74
74
ref : ${{ inputs.ref || github.ref }}
75
75
@@ -79,13 +79,13 @@ jobs:
79
79
echo "key=go-pkg-mod-${{ hashFiles('**/go.sum') }}" >> $GITHUB_OUTPUT
80
80
echo "path=go_pkg_mod_cache" >> $GITHUB_OUTPUT
81
81
82
- - uses : actions/setup-go@7c0b336c9aab5e8ed4f0ad8b81225b125f9883e4 # v5.3 .0
82
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
83
83
with :
84
84
cache : false
85
85
86
86
- name : Cache Go modules
87
87
id : cache
88
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
88
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
89
89
with :
90
90
path : ${{ steps.cfg.outputs.path }}
91
91
key : ${{ steps.cfg.outputs.key }}
@@ -108,20 +108,20 @@ jobs:
108
108
go-version : [ "1.24", "1.23" ]
109
109
fail-fast : true # saving some CI time - macos runners are too long to get
110
110
steps :
111
- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
111
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112
112
with :
113
113
ref : ${{ inputs.ref || github.ref }}
114
114
115
115
- name : Restore Go modules cache
116
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
116
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
117
117
with :
118
118
path : ${{ needs.go-mod-caching.outputs.path }}
119
119
key : ${{ needs.go-mod-caching.outputs.key }}
120
120
restore-keys : go-pkg-mod-
121
121
enableCrossOsArchive : true
122
122
fail-on-cache-miss : true
123
123
124
- - uses : actions/setup-go@7c0b336c9aab5e8ed4f0ad8b81225b125f9883e4 # v5.3 .0
124
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
125
125
with :
126
126
go-version : ${{ matrix.go-version }}
127
127
cache : false # we manage the caching ourselves
@@ -172,20 +172,20 @@ jobs:
172
172
matrix :
173
173
runs-on : [ macos-latest, windows-latest, ubuntu-latest-16-cores ]
174
174
steps :
175
- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
175
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
176
176
with :
177
177
ref : ${{ inputs.ref || github.ref }}
178
178
179
179
- name : Restore Go modules cache
180
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
180
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
181
181
with :
182
182
path : ${{ needs.go-mod-caching.outputs.path }}
183
183
key : ${{ needs.go-mod-caching.outputs.key }}
184
184
restore-keys : go-pkg-mod-
185
185
enableCrossOsArchive : true
186
186
fail-on-cache-miss : true
187
187
188
- - uses : actions/setup-go@7c0b336c9aab5e8ed4f0ad8b81225b125f9883e4 # v5.3 .0
188
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
189
189
with :
190
190
go-version : stable
191
191
cache : false # we manage the caching ourselves
@@ -229,12 +229,12 @@ jobs:
229
229
230
230
fail-fast : false
231
231
steps :
232
- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.2
232
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
233
233
with :
234
234
ref : ${{ inputs.ref || github.ref }}
235
235
236
236
- name : Restore Go modules cache
237
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
237
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
238
238
with :
239
239
path : ${{ needs.go-mod-caching.outputs.path }}
240
240
key : ${{ needs.go-mod-caching.outputs.key }}
0 commit comments