Skip to content

Commit

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

---
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 23, 2024
1 parent feec6bc commit 612cc10
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].2
uses: shivammathur/[email protected].3
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].2
uses: shivammathur/[email protected].3
with:
php-version: '8.2'

Expand Down

0 comments on commit 612cc10

Please sign in to comment.