Skip to content

Commit

Permalink
Merge pull request #31 from spiral/dependabot/github_actions/nick-inv…
Browse files Browse the repository at this point in the history
…ision/retry-2.8.1

Bump nick-invision/retry from 2.7.0 to 2.8.1
  • Loading branch information
butschster committed Aug 22, 2022
2 parents 5f13c5e + 8a06667 commit 23055e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.stability }}-composer

- name: Install Dependencies
uses: nick-invision/retry@v2.7.0
uses: nick-invision/retry@v2.8.1
with:
timeout_minutes: 5
max_attempts: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer

- name: Install Dependencies
uses: nick-invision/retry@v2.7.0
uses: nick-invision/retry@v2.8.1
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit 23055e4

Please sign in to comment.