Skip to content

Commit

Permalink
php.yml: Set actions/checkout fetch-depth to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy authored and JeroenDeDauw committed Dec 12, 2024
1 parent 9c995b9 commit e1f9014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit e1f9014

Please sign in to comment.