Skip to content

Commit

Permalink
Merge pull request #24 from myrotvorets/renovate/shivammathur-setup-p…
Browse files Browse the repository at this point in the history
…hp-2.x

chore(deps): update shivammathur/setup-php action to v2.30.1
  • Loading branch information
myrotvorets-team authored Mar 26, 2024
2 parents b7bd8b1 + 047989b commit 9bb919c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up PHP
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # 2.30.0
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # 2.30.1
with:
coverage: none
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up PHP
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # 2.30.0
uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # 2.30.1
with:
coverage: none

Expand Down

0 comments on commit 9bb919c

Please sign in to comment.