Skip to content

Commit

Permalink
Merge pull request #44 from Novusvetus/updates-2023-10-12
Browse files Browse the repository at this point in the history
Updates 2023-10-12
  • Loading branch information
Novusvetus authored Oct 20, 2023
2 parents 59f66e0 + ad545a4 commit 2e2a4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: 'Install PHP_CodeSniffer'
run: "curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar\nphp phpcs.phar --version\n"
-
uses: Novusvetus/[email protected].15
uses: Novusvetus/[email protected].16
with:
files: '**.php'
scan_all: true
Expand Down
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].14
uses: Novusvetus/[email protected].15
with:
files: '**.php'
scan_all: true
Expand Down

0 comments on commit 2e2a4e2

Please sign in to comment.