Skip to content

Commit 2060b9d

Browse files
Merge pull request #34 from TheDragonCode/dependabot/github_actions/TheDragonCode/codestyler-2.6.24
2 parents a73ac4f + 23b806b commit 2060b9d

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
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Checking PHP Syntax
20-
uses: TheDragonCode/[email protected].2
20+
uses: TheDragonCode/[email protected].24
2121

2222
fix:
2323
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v3
3030

3131
- name: Checking PHP Syntax
32-
uses: TheDragonCode/[email protected].2
32+
uses: TheDragonCode/[email protected].24
3333
with:
3434
github_token: ${{ secrets.COMPOSER_TOKEN }}
3535
fix: true

0 commit comments

Comments
 (0)