Skip to content

Commit b1c8dd9

Browse files
authored
Merge pull request #10 from protonemedia/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 907a94a + d5d928c commit b1c8dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)