Skip to content

Commit

Permalink
Merge pull request #252 from DannyvdSluijs/patch-1
Browse files Browse the repository at this point in the history
ci: Use GitHub Actions V3
  • Loading branch information
philipobenito committed Mar 13, 2024
2 parents 388e992 + 81c1815 commit 6a917ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
composer-flags: '--prefer-lowest'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 6a917ac

Please sign in to comment.