Skip to content

Commit

Permalink
[CI] Update actions/checkout to v4 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Sep 5, 2023
1 parent 7cbe998 commit 585bebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-qa.yaml
Expand Up @@ -15,10 +15,11 @@ jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down

0 comments on commit 585bebf

Please sign in to comment.