Skip to content

Commit d662041

Browse files
authored
Merge pull request #6 from LordSimal/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 39c1c20 + 8f8ea53 commit d662041

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@v4
30+
- uses: actions/checkout@v5
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@v4
65+
- uses: actions/checkout@v5
6666

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

0 commit comments

Comments
 (0)