Skip to content

Commit

Permalink
Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Feb 5, 2024
1 parent 63f3d23 commit f0bc0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
restore-keys: "l${{ matrix.reference }}-php-${{ matrix.php }}-ubuntu-${{ hashFiles('**/composer.json') }}"

- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
if: steps.composer-cache.outputs.cache-hit != 'true'
with:
timeout_minutes: 10
Expand Down

0 comments on commit f0bc0d1

Please sign in to comment.