Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bobthecow committed Jun 9, 2024
1 parent 619fcd8 commit 020679f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4'
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4'
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: 7.4
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-phar-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
test
- name: Install PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]

- name: Install PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4'
tools: composer:v2
Expand Down

0 comments on commit 020679f

Please sign in to comment.