Skip to content

Commit

Permalink
chore(deps): update shivammathur/setup-php action to v2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lctrs-bot authored Nov 7, 2023
2 parents b6b1b6f + 67c5b23 commit 6c05160
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/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
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/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 6c05160

Please sign in to comment.