diff --git a/.github/workflows/pint-fix.yml b/.github/workflows/pint-fix.yml index ae003a16cb..71ed952598 100644 --- a/.github/workflows/pint-fix.yml +++ b/.github/workflows/pint-fix.yml @@ -21,7 +21,9 @@ jobs: token: ${{ secrets.PINT }} - name: Fix PHP code style issues - uses: aglipanci/laravel-pint-action@1.0.0 + uses: aglipanci/laravel-pint-action@v2 + with: + pintVersion: 1.16.0 - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 diff --git a/.github/workflows/pint-lint.yml b/.github/workflows/pint-lint.yml index 87a91b0e6d..6e8b71f5bf 100644 --- a/.github/workflows/pint-lint.yml +++ b/.github/workflows/pint-lint.yml @@ -14,7 +14,8 @@ jobs: uses: actions/checkout@v3 - name: Check PHP code style issues - uses: aglipanci/laravel-pint-action@1.0.0 + uses: aglipanci/laravel-pint-action@v2 with: testMode: true verboseMode: true + pintVersion: 1.16.0 diff --git a/resources/views/collections/empty.blade.php b/resources/views/collections/empty.blade.php index 6ff49181ed..717aab35e7 100644 --- a/resources/views/collections/empty.blade.php +++ b/resources/views/collections/empty.blade.php @@ -10,7 +10,7 @@ 'url' => cp_route('collections.index'), 'title' => __('Collections') ]) -