Skip to content

Commit

Permalink
fix: CD-305988 Fixing Scrutinizer, checkout method
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcesoldier committed Mar 11, 2024
1 parent 66540bc commit 0dd34cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: sudo /etc/init.d/mysql start

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 10

- name: Set up PHP Version ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 0dd34cd

Please sign in to comment.