Skip to content

Commit

Permalink
Merge pull request #9 from spiral-packages/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…nick-invision/retry-2.8.3

Bump nick-invision/retry from 2.8.2 to 2.8.3
  • Loading branch information
butschster committed Jan 4, 2023
2 parents da9cee1 + 2f8c86e commit ffab9c2
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 @@ -43,7 +43,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.stability }}-composer

- name: Install Dependencies
uses: nick-invision/[email protected].2
uses: nick-invision/[email protected].3
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].2
uses: nick-invision/[email protected].3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit ffab9c2

Please sign in to comment.