Skip to content

Commit 651be2b

Browse files
Merge pull request #54 from TheDragonCode/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 71bc1b0 + 568c923 commit 651be2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-check.yml

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

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Checking PHP Syntax
1414
uses: TheDragonCode/codestyler@v5

.github/workflows/lint-fixer.yml

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

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Checking PHP Syntax
1616
uses: TheDragonCode/codestyler@v5

0 commit comments

Comments
 (0)