Skip to content

Commit 115dfd9

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 8fa9232 commit 115dfd9

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
@@ -25,7 +25,7 @@ jobs:
2525
tools: composer:v2
2626
coverage: none
2727
- name: "Install dependencies"
28-
uses: nick-invision/retry@v3.0.2
28+
uses: nick-invision/retry@v4.0.0
2929
with:
3030
timeout_minutes: 5
3131
max_attempts: 5

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)