Skip to content

Commit

Permalink
Bump Novusvetus/action-phpinsights from 1.1.15 to 1.1.16
Browse files Browse the repository at this point in the history
Bumps [Novusvetus/action-phpinsights](https://github.com/novusvetus/action-phpinsights) from 1.1.15 to 1.1.16.
- [Release notes](https://github.com/novusvetus/action-phpinsights/releases)
- [Commits](Novusvetus/action-phpinsights@1.1.15...1.1.16)

---
updated-dependencies:
- dependency-name: Novusvetus/action-phpinsights
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 81a72c0 commit bf87f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpinsights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: 'Install PHP Insights'
run: "curl -OL https://getcomposer.org/download/latest-2.x/composer.phar\nphp composer.phar global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true\nphp composer.phar global require nunomaduro/phpinsights\nphp composer.phar clearcache -q\nphp ~/.composer/vendor/bin/phpinsights --version\n"
-
uses: Novusvetus/[email protected].15
uses: Novusvetus/[email protected].16
with:
files: '**.php'
scan_all: true
Expand Down

0 comments on commit bf87f57

Please sign in to comment.