Skip to content

Commit

Permalink
Merge pull request #62 from list-interop/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 12, 2023
2 parents f363722 + d7a359f commit 1209fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -16,7 +16,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: 8.1
Expand All @@ -40,7 +40,7 @@ jobs:

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

- name: "Install PHP"
uses: shivammathur/setup-php@2.25.5
Expand Down

0 comments on commit 1209fd0

Please sign in to comment.