Skip to content

Commit 8a526ec

Browse files
authored
Merge pull request #430 from myoung34/renovate/nick-fields-retry-3.x
Update nick-fields/retry action to v3.0.2
2 parents c1292d5 + 2b58586 commit 8a526ec

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.github/workflows/base.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
username: ${{ secrets.DOCKER_USER }}
4949
password: ${{ secrets.DOCKER_TOKEN }}
5050
- name: Retry build and load
51-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
51+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
5252
with:
5353
timeout_minutes: 60
5454
max_attempts: 3
@@ -63,7 +63,7 @@ jobs:
6363
--cache-to type=gha,mode=max \
6464
.
6565
- name: Run goss tests
66-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
66+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
6767
with:
6868
timeout_minutes: 60
6969
max_attempts: 3
@@ -112,7 +112,7 @@ jobs:
112112
username: ${{ secrets.DOCKER_USER }}
113113
password: ${{ secrets.DOCKER_TOKEN }}
114114
- name: Retry build
115-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
115+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
116116
with:
117117
timeout_minutes: 60
118118
max_attempts: 3
@@ -127,7 +127,7 @@ jobs:
127127
--cache-to type=gha,mode=max \
128128
.
129129
- name: Run goss tests
130-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
130+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
131131
with:
132132
timeout_minutes: 60
133133
max_attempts: 3
@@ -161,7 +161,7 @@ jobs:
161161
username: ${{ secrets.DOCKER_USER }}
162162
password: ${{ secrets.DOCKER_TOKEN }}
163163
- name: Retry build and push
164-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
164+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
165165
with:
166166
timeout_minutes: 60
167167
max_attempts: 3
@@ -201,7 +201,7 @@ jobs:
201201
username: ${{ secrets.DOCKER_USER }}
202202
password: ${{ secrets.DOCKER_TOKEN }}
203203
- name: Retry build and push
204-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
204+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
205205
with:
206206
timeout_minutes: 60
207207
max_attempts: 3
@@ -241,7 +241,7 @@ jobs:
241241
username: ${{ secrets.DOCKER_USER }}
242242
password: ${{ secrets.DOCKER_TOKEN }}
243243
- name: Retry build and push
244-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
244+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
245245
with:
246246
timeout_minutes: 60
247247
max_attempts: 3

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
username: ${{ github.actor }}
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858
- name: Retry build and push
59-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
59+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
6060
with:
6161
timeout_minutes: 60
6262
max_attempts: 3
@@ -106,7 +106,7 @@ jobs:
106106
username: ${{ github.actor }}
107107
password: ${{ secrets.GITHUB_TOKEN }}
108108
- name: Retry build and push
109-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
109+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
110110
with:
111111
timeout_minutes: 60
112112
max_attempts: 3
@@ -155,7 +155,7 @@ jobs:
155155
username: ${{ github.actor }}
156156
password: ${{ secrets.GITHUB_TOKEN }}
157157
- name: Retry build and push
158-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
158+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
159159
with:
160160
timeout_minutes: 60
161161
max_attempts: 3

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Sanity check
5555
grep FROM Dockerfile.final.ubuntu-${{ matrix.release }}
5656
- name: Retry build final image
57-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
57+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
5858
with:
5959
timeout_minutes: 60
6060
max_attempts: 3
@@ -69,7 +69,7 @@ jobs:
6969
.
7070
# Tests will run against the final `${GH_RUNNER_IMAGE}` laid on top of `base-${GH_RUNNER_IMAGE}`
7171
- name: Run goss tests
72-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
72+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
7373
with:
7474
timeout_minutes: 60
7575
max_attempts: 3
@@ -168,7 +168,7 @@ jobs:
168168
# Sanity check
169169
grep FROM Dockerfile.final.debian-${{ matrix.release }}
170170
- name: Retry build final image
171-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
171+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
172172
with:
173173
timeout_minutes: 60
174174
max_attempts: 3
@@ -183,7 +183,7 @@ jobs:
183183
.
184184
# Tests will run against the final `${GH_RUNNER_IMAGE}` laid on top of `base-${GH_RUNNER_IMAGE}`
185185
- name: Run goss tests
186-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
186+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
187187
with:
188188
timeout_minutes: 60
189189
max_attempts: 3

0 commit comments

Comments
 (0)