Skip to content

Commit 4ad7dc6

Browse files
authored
Merge pull request #10 from laminas/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 72cd04a + aa6aa58 commit 4ad7dc6

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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5.0.1
22+
- uses: actions/checkout@v6.0.0
2323
- uses: shivammathur/setup-php@2.35.5
2424

2525
with:

0 commit comments

Comments
 (0)