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
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent c3b89ba commit 9a97a40
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 9a97a40

Please sign in to comment.