Skip to content

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php).


Updates `shivammathur/setup-php` from 2.30.0 to 2.30.3
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.30.0...2.30.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 96cee72 commit 5681fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].3
with:
php-version: ${{ matrix.php }}
tools: composer:v2, pecl
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].3
with:
php-version: ${{ matrix.php }}
tools: composer:v2, pecl
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].3
with:
php-version: ${{ matrix.php }}
tools: ${{ matrix.tools }}, composer:v2, pecl
Expand Down

0 comments on commit 5681fac

Please sign in to comment.