Skip to content

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0 #565

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0 #565

Workflow file for this run

name: Pint
on:
pull_request: null
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.RECTOR }}
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- uses: "ramsey/composer-install@v2"
- run: vendor/bin/pint -v
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[pint] Pint style fixes"
commit_author: "GitHub Action <actions@github.com>"
commit_user_email: "action@github.com"