|
73 | 73 | files: ./unit-coverage.out
|
74 | 74 | verbose: true
|
75 | 75 | - name: Run PAT Token E2E #using retry because the GitHub token is being throttled.
|
76 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd |
| 76 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 |
77 | 77 | if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
|
78 | 78 | env:
|
79 | 79 | GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
|
@@ -127,7 +127,7 @@ jobs:
|
127 | 127 | check-latest: true
|
128 | 128 | cache: true
|
129 | 129 | - name: generate mocks
|
130 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd |
| 130 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 |
131 | 131 | with:
|
132 | 132 | max_attempts: 3
|
133 | 133 | retry_on: error
|
@@ -155,7 +155,7 @@ jobs:
|
155 | 155 | check-latest: true
|
156 | 156 | cache: true
|
157 | 157 | - name: generate docs
|
158 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3 |
| 158 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 |
159 | 159 | with:
|
160 | 160 | max_attempts: 3
|
161 | 161 | retry_on: error
|
@@ -192,7 +192,7 @@ jobs:
|
192 | 192 | check-latest: true
|
193 | 193 | cache: true
|
194 | 194 | - name: build-proto
|
195 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd |
| 195 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 |
196 | 196 | with:
|
197 | 197 | max_attempts: 3
|
198 | 198 | retry_on: error
|
@@ -245,7 +245,7 @@ jobs:
|
245 | 245 | check-latest: true
|
246 | 246 | cache: true
|
247 | 247 | - name: Run build
|
248 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3 |
| 248 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 |
249 | 249 | with:
|
250 | 250 | max_attempts: 3
|
251 | 251 | retry_on: error
|
@@ -287,7 +287,7 @@ jobs:
|
287 | 287 | check-latest: true
|
288 | 288 | cache: true
|
289 | 289 | - name: Run build
|
290 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd |
| 290 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 |
291 | 291 | with:
|
292 | 292 | max_attempts: 3
|
293 | 293 | retry_on: error
|
@@ -334,7 +334,7 @@ jobs:
|
334 | 334 | check-latest: true
|
335 | 335 | cache: true
|
336 | 336 | - name: Run build
|
337 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd |
| 337 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 |
338 | 338 | with:
|
339 | 339 | max_attempts: 3
|
340 | 340 | retry_on: error
|
@@ -369,7 +369,7 @@ jobs:
|
369 | 369 | check-latest: true
|
370 | 370 | cache: true
|
371 | 371 | - name: Run build
|
372 |
| - uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd |
| 372 | + uses: nick-invision/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 |
373 | 373 | with:
|
374 | 374 | max_attempts: 3
|
375 | 375 | retry_on: error
|
|
0 commit comments