Skip to content

Commit

Permalink
ci: update github actions for latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lindyhopchris committed Mar 12, 2024
1 parent de53e28 commit cc2181e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -30,7 +30,7 @@ jobs:
ini-values: error_reporting=E_ALL

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

0 comments on commit cc2181e

Please sign in to comment.