Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.29.0 to 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 6909a30 commit 66e92fd
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.1"

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

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

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

0 comments on commit 66e92fd

Please sign in to comment.