Skip to content

Commit

Permalink
ci: add rector workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Plakhotnikov Vladimir committed Jul 14, 2024
1 parent 4269e35 commit 9b0c1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4
uses: actions/checkout@v4.1.5

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4
uses: actions/checkout@v4.1.5

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down

0 comments on commit 9b0c1ac

Please sign in to comment.