diff --git a/.github/workflows/caa_build_and_push.yaml b/.github/workflows/caa_build_and_push.yaml index 54e922451..1129effed 100644 --- a/.github/workflows/caa_build_and_push.yaml +++ b/.github/workflows/caa_build_and_push.yaml @@ -97,7 +97,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: # We are not interested in timeout but this field is required # so setting to 4x the time it usually take to complete. diff --git a/.github/workflows/caa_build_and_push_per_arch.yaml b/.github/workflows/caa_build_and_push_per_arch.yaml index 234a56de2..184d65bcc 100644 --- a/.github/workflows/caa_build_and_push_per_arch.yaml +++ b/.github/workflows/caa_build_and_push_per_arch.yaml @@ -90,7 +90,7 @@ jobs: - name: Build and push dev image if: ${{ startsWith(matrix.type, 'dev-') }} - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: # We are not interested in timeout but this field is required # so setting to 4x the time it usually take to complete. @@ -103,7 +103,7 @@ jobs: - name: Build and push release image if: ${{ startsWith(matrix.type, 'release-') }} - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: # We are not interested in timeout but this field is required # so setting to 4x the time it usually take to complete.