Skip to content

Commit

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

Bump nick-invision/retry from 2.8.1 to 2.8.2
  • Loading branch information
butschster committed Oct 26, 2022
2 parents ff77614 + c0c40ea commit dc4072f
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/[email protected].1
uses: nick-invision/[email protected].2
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/[email protected].1
uses: nick-invision/[email protected].2
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit dc4072f

Please sign in to comment.