Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.30.0 to 2.30.2
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.0 to 2.30.2.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.30.0...2.30.2)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent c3b89ba commit ab2b5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -53,7 +53,7 @@ jobs:
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
coverage: "none"
Expand All @@ -74,7 +74,7 @@ jobs:
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
uses: "shivammathur/setup-php@2.30.2"
with:
php-version: "latest"
coverage: "none"
Expand Down

0 comments on commit ab2b5df

Please sign in to comment.