Skip to content

Commit 2a3a9c2

Browse files
committed
CI: upgrade actions/checkout
1 parent 2968964 commit 2a3a9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: shivammathur/setup-php@2.30.4
1919
with:
2020
php-version: ${{ matrix.php }}
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 2 # faster checkout
2424
- run: composer install --no-progress --no-ansi --no-interaction --dev --prefer-dist

0 commit comments

Comments
 (0)