Skip to content

Commit ec4235f

Browse files
authored
Merge pull request #2 from abr4xas/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 3 to 5
2 parents 2d451b0 + f902397 commit ec4235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v5
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)