Skip to content

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php from 2.23.0 to 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lctrs-bot committed Jan 27, 2023
2 parents 9f0a718 + e916a5f commit 23c1d59
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
Expand Up @@ -34,7 +34,7 @@ jobs:
strict: true

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.23.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.23.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.23.0"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
uses: "actions/checkout@v3"

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

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

0 comments on commit 23c1d59

Please sign in to comment.