Skip to content

Commit

Permalink
Merge pull request #126 from netglue/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
gsteel committed Sep 4, 2023
2 parents b0232c5 + cd2d61f commit 85c0bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
name: PHPUnit Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@2.25.5
with:
php-version: ${{ env.default_php }}
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@2.25.5
with:
php-version: ${{ env.default_php }}
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@2.25.5"
with:
coverage: "xdebug"
Expand Down

0 comments on commit 85c0bee

Please sign in to comment.