Skip to content

Commit 8387400

Browse files
Merge pull request #34 from TheDragonCode/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6c74e81 + c2ff74f commit 8387400

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@v5
17+
uses: actions/checkout@v6
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@v5
29+
uses: actions/checkout@v6
3030

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

0 commit comments

Comments
 (0)