summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 10:22:45 +0200
committerGitHub <noreply@github.com>2024-02-05 10:22:45 +0200
commit8ae6ce89471748570d92fdeaa5e0fc0196b07269 (patch)
treeaeb516dea463c4b35ab466e50ee4f3a312460b7c
parentb78f8269e08e6a467b9ea756039657cba476ce45 (diff)
Bump nick-fields/retry from 2 to 3 (#16927)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8b29701ed5..c7eb4e32d7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -199,7 +199,7 @@ jobs:
- name: Build
if: github.event_name == 'workflow_dispatch' && needs.file-check.outputs.run == 'true'
id: build
- uses: nick-fields/retry@v2
+ uses: nick-fields/retry@v3
with:
timeout_minutes: 180
max_attempts: 3