Skip to content

Commit 7c0fecc

Browse files
chore(deps): bump nick-fields/retry from 2 to 3
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2 to 3. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v2...v3) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0adbaa commit 7c0fecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: composer config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Install composer dependencies
27-
uses: nick-fields/retry@v2
27+
uses: nick-fields/retry@v3
2828
with:
2929
timeout_minutes: 3
3030
max_attempts: 5

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
coverage: none
2828

2929
- name: Install composer dependencies
30-
uses: nick-fields/retry@v2
30+
uses: nick-fields/retry@v3
3131
with:
3232
timeout_minutes: 3
3333
max_attempts: 5

0 commit comments

Comments
 (0)