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
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
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
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5ec7c26

Please sign in to comment.