From ef6d3c384de683eb66db57744e390b347269d453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:01:49 +0000 Subject: [PATCH] Bump aglipanci/laravel-pint-action in the github-actions group Bumps the github-actions group with 1 update: [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action). Updates `aglipanci/laravel-pint-action` from 2.3.1 to 2.6 - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](https://github.com/aglipanci/laravel-pint-action/compare/61f2bc4f4d5da076029d370fa2f268fd6b298041...36de00d5f5a8a4e12d443e01671daa12a18f4c79) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pint-fix.yml | 2 +- .github/workflows/pint-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pint-fix.yml b/.github/workflows/pint-fix.yml index eb0f6d0..ce579ec 100644 --- a/.github/workflows/pint-fix.yml +++ b/.github/workflows/pint-fix.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.head_ref }} - name: Fix PHP code style issues - uses: aglipanci/laravel-pint-action@61f2bc4f4d5da076029d370fa2f268fd6b298041 # 2.3.1 + uses: aglipanci/laravel-pint-action@36de00d5f5a8a4e12d443e01671daa12a18f4c79 # 2.6 - name: Commit changes uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 diff --git a/.github/workflows/pint-lint.yml b/.github/workflows/pint-lint.yml index 201d091..4e6f0a2 100644 --- a/.github/workflows/pint-lint.yml +++ b/.github/workflows/pint-lint.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check PHP code style issues - uses: aglipanci/laravel-pint-action@61f2bc4f4d5da076029d370fa2f268fd6b298041 # 2.3.1 + uses: aglipanci/laravel-pint-action@36de00d5f5a8a4e12d443e01671daa12a18f4c79 # 2.6 with: testMode: true verboseMode: true \ No newline at end of file