Skip to content

Commit 8cf6003

Browse files
authored
Merge pull request #298 from laminas/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 3c817f7 + c24e143 commit 8cf6003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Rector on Default PHP
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4.2.2
37+
- uses: actions/checkout@v5.0.0
3838
- uses: shivammathur/setup-php@2.34.1
3939
with:
4040
php-version: ${{ env.default_php }}

0 commit comments

Comments
 (0)