Skip to content

Commit 17aa6d5

Browse files
Update GitHub Actions to use actions/checkout@v3
1 parent ef5ecfb commit 17aa6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan-php-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v3
1111
- uses: php-actions/composer@v6
1212
- uses: php-actions/phpstan@v3
1313
with:

0 commit comments

Comments
 (0)