Skip to content

Commit

Permalink
Merge pull request #257 from DannyvdSluijs/patch-1
Browse files Browse the repository at this point in the history
ci: Use GitHub Actions V4
  • Loading branch information
philipobenito authored Mar 14, 2024
2 parents ff34631 + 9d5a7a4 commit 13f41a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

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

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

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

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

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

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

0 comments on commit 13f41a3

Please sign in to comment.