Skip to content

Commit f142d6c

Browse files
authored
Merge pull request #24 from LordSimal/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5f40fec + e1f619d commit f142d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
--health-retries 5
3737
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040

4141
- name: Setup MySQL
4242
if: matrix.db-type == 'mysql'
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-22.04
9494

9595
steps:
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797

9898
- name: Setup PHP
9999
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)