Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 87bf9a3

Browse files
Bump nick-invision/retry from 3.0.0 to 3.0.1 (#16)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1370550 commit 87bf9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.0
26+
uses: nick-invision/retry@v3.0.1
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.0
36+
uses: nick-invision/retry@v3.0.1
3737
with:
3838
timeout_minutes: 5
3939
max_attempts: 5

0 commit comments

Comments
 (0)