Skip to content

Commit

Permalink
ci: Use GitHub Actions V3
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs authored Jul 25, 2023
1 parent e899d2b commit 0d379f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
extensions: openssl
tools: phpunit:4.8

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

Expand All @@ -45,7 +45,7 @@ jobs:
extensions: openssl
tools: phpunit:6.5

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

Expand All @@ -72,7 +72,7 @@ jobs:
extensions: openssl
tools: phpunit:8.5

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

Expand All @@ -99,7 +99,7 @@ jobs:
extensions: openssl
tools: phpunit/phpunit:9.5

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

Expand Down

0 comments on commit 0d379f5

Please sign in to comment.