Skip to content

Commit 28fc95e

Browse files
Bump nick-invision/retry from 3.0.2 to 4.0.0
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Commits](nick-fields/retry@v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 546229b commit 28fc95e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tools: composer:v2
2424
coverage: none
2525
- name: "Install dependencies"
26-
uses: nick-invision/retry@v3.0.2
26+
uses: nick-invision/retry@v4.0.0
2727
with:
2828
timeout_minutes: 5
2929
max_attempts: 5

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tools: composer:v2
3434
coverage: none
3535
- name: "Install dependencies"
36-
uses: nick-invision/retry@v3.0.2
36+
uses: nick-invision/retry@v4.0.0
3737
with:
3838
timeout_minutes: 5
3939
max_attempts: 5

0 commit comments

Comments
 (0)