Skip to content

Commit 355f26d

Browse files
committed
Updated checkout action
1 parent 2d510b2 commit 355f26d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
composer: --prefer-lowest
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)