5151 username : ${{ secrets.DOCKER_USER }}
5252 password : ${{ secrets.DOCKER_TOKEN }}
5353 - name : Retry build and load
54- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
54+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
5555 with :
5656 timeout_minutes : 60
5757 max_attempts : 3
6767 .
6868 # Tests will run against the final `${GH_RUNNER_IMAGE}` laid on top of `base-${GH_RUNNER_IMAGE}`
6969 - name : Run goss tests
70- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
70+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
7171 with :
7272 timeout_minutes : 60
7373 max_attempts : 3
@@ -163,7 +163,7 @@ jobs:
163163 username : ${{ secrets.DOCKER_USER }}
164164 password : ${{ secrets.DOCKER_TOKEN }}
165165 - name : Retry build and load
166- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
166+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
167167 with :
168168 timeout_minutes : 60
169169 max_attempts : 3
@@ -179,7 +179,7 @@ jobs:
179179 .
180180 # Tests will run against the final `${GH_RUNNER_IMAGE}` laid on top of `base-${GH_RUNNER_IMAGE}`
181181 - name : Run goss tests
182- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
182+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
183183 with :
184184 timeout_minutes : 60
185185 max_attempts : 3
@@ -258,7 +258,7 @@ jobs:
258258 username : ${{ github.actor }}
259259 password : ${{ secrets.GITHUB_TOKEN }}
260260 - name : Retry build and push
261- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
261+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
262262 with :
263263 timeout_minutes : 60
264264 max_attempts : 3
@@ -306,7 +306,7 @@ jobs:
306306 username : ${{ github.actor }}
307307 password : ${{ secrets.GITHUB_TOKEN }}
308308 - name : Retry build and push
309- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
309+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
310310 with :
311311 timeout_minutes : 60
312312 max_attempts : 3
@@ -354,7 +354,7 @@ jobs:
354354 username : ${{ github.actor }}
355355 password : ${{ secrets.GITHUB_TOKEN }}
356356 - name : Retry build and push
357- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
357+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
358358 with :
359359 timeout_minutes : 60
360360 max_attempts : 3
0 commit comments