Skip to content

Commit

Permalink
build: upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jan 4, 2024
1 parent 91566ef commit 17ea2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -76,7 +76,7 @@ jobs:
tools: composer:v2

- name: Install dependencies
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit 17ea2c3

Please sign in to comment.