Skip to content

Commit 88ccf68

Browse files
authored
Merge pull request #7 from LordSimal/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d662041 + dbfb73f commit 88ccf68

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
@@ -27,7 +27,7 @@ jobs:
2727
dependencies: 'highest'
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131

3232
- name: Setup PHP
3333
uses: shivammathur/setup-php@v2
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-24.04
6363

6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666

6767
- name: Setup PHP
6868
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)