Skip to content

Commit

Permalink
Merge pull request #27 from TheDragonCode/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4
dependabot[bot] authored Sep 4, 2023

Verified

This commit was signed with the committer’s verified signature.
sbrunner Stéphane Brunner
2 parents ffc4d70 + acc1e72 commit 5ec7c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v3
@@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 5ec7c26

Please sign in to comment.