diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f68cbb7d7..c3200b08e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: # per-test instances of this). A real regression fails deterministically and still fails # after 3 attempts. - name: Test - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0 with: timeout_minutes: 15 max_attempts: 3 @@ -81,7 +81,7 @@ jobs: path: node_modules/@xenova/transformers/.cache key: xenova-model-${{ runner.os }}-${{ hashFiles('package-lock.json') }} - name: Test - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0 with: timeout_minutes: 15 max_attempts: 3 @@ -105,7 +105,7 @@ jobs: path: node_modules/@xenova/transformers/.cache key: xenova-model-${{ runner.os }}-${{ hashFiles('package-lock.json') }} - name: Test - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0 with: timeout_minutes: 15 max_attempts: 3