Skip to content

Commit 676cb85

Browse files
Merge pull request #44 from ujamii/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 7dd317c + 003a1f9 commit 676cb85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@2.25.5
@@ -44,7 +44,7 @@ jobs:
4444
php: ['8.0', '8.1']
4545

4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848

4949
- name: Setup PHP
5050
uses: shivammathur/setup-php@2.25.5

0 commit comments

Comments
 (0)