Skip to content

Commit

Permalink
chore(deps): update shivammathur/setup-php action to v2.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lctrs-bot committed Apr 24, 2024
2 parents 7157a4a + 8948213 commit 9b712ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strict: true

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 9b712ae

Please sign in to comment.