Skip to content

Commit 2af2719

Browse files
Update deprecated actions
1 parent 955e781 commit 2af2719

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
update: true
2424

2525
- name: Install Dependencies
26-
uses: nick-invision/retry@v3
26+
uses: nick-fields/retry@v3
2727
with:
2828
timeout_minutes: 5
2929
max_attempts: 5
3030
command: composer update --no-interaction --no-progress
3131

3232
- name: Install PHPStan
33-
uses: nick-invision/retry@v3
33+
uses: nick-fields/retry@v3
3434
with:
3535
timeout_minutes: 5
3636
max_attempts: 5

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929

3030
- name: Install Latest Dependencies
31-
uses: nick-invision/retry@v3
31+
uses: nick-fields/retry@v3
3232
with:
3333
timeout_minutes: 5
3434
max_attempts: 5
@@ -60,7 +60,7 @@ jobs:
6060
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
6161

6262
- name: Install Lowest Dependencies
63-
uses: nick-invision/retry@v3
63+
uses: nick-fields/retry@v3
6464
with:
6565
timeout_minutes: 5
6666
max_attempts: 5

0 commit comments

Comments
 (0)