Skip to content

Commit 3e0b400

Browse files
Merge pull request #45 from TheDragonCode/dependabot/github_actions/actions/checkout-4
2 parents ed06e57 + eb1ba33 commit 3e0b400

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@v3
11+
uses: actions/checkout@v4
1212

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

.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@v3
13+
uses: actions/checkout@v4
1414

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

0 commit comments

Comments
 (0)