Skip to content

Commit

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

---
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 SMillerDev committed Apr 24, 2024
1 parent 612cc10 commit b5867f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup-nextcloud-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].4
with:
php-version: '8.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/[email protected].3
uses: shivammathur/[email protected].4
with:
php-version: '8.2'

Expand Down

0 comments on commit b5867f8

Please sign in to comment.