Skip to content

Commit 7337f42

Browse files
authored
chore(deps): update nick-invision/retry action to v4 (#9033)
1 parent dfa382f commit 7337f42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Symlink phpDocumentor
3232
run: ln -s $(pwd)/${{ steps.extract.outputs.destination }}/bin/phpdoc /usr/local/bin/phpdoc
3333
- name: Install Dependencies
34-
uses: nick-invision/retry@v3
34+
uses: nick-invision/retry@v4
3535
with:
3636
timeout_minutes: 10
3737
max_attempts: 3

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
php-version: ${{ matrix.php }}
4545
extensions: sodium,${{ matrix.extensions }}
4646
- name: Install Dependencies
47-
uses: nick-invision/retry@v3
47+
uses: nick-invision/retry@v4
4848
with:
4949
timeout_minutes: 10
5050
max_attempts: 3

0 commit comments

Comments
 (0)