Skip to content

Commit 85ba116

Browse files
Merge pull request #43 from TheDragonCode/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 720c14b + f05369b commit 85ba116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Checking PHP Syntax
2020
uses: TheDragonCode/codestyler@v5
@@ -26,7 +26,7 @@ jobs:
2626

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

3131
- name: Checking PHP Syntax
3232
uses: TheDragonCode/codestyler@v5

0 commit comments

Comments
 (0)