Skip to content

Commit

Permalink
[CI] Update actions/checkout to v4 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Sep 5, 2023
1 parent 0293cae commit 937817c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
TestAndQaJobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

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

- name: Copy .env.test.local
run: php -r "file_exists('.env.test.local') || copy('.env.test', '.env.test.local');"
Expand Down

0 comments on commit 937817c

Please sign in to comment.