From 584abfdf4dd04cf8fdcd42cb6b8196f538a8b064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:21:24 +0000 Subject: [PATCH] Bump aglipanci/laravel-pint-action from 2.0.0 to 2.3.1 Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.0.0 to 2.3.1. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.0.0...2.3.1) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index b84db419..bed3156d 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -8,6 +8,6 @@ jobs: uses: actions/checkout@v4 - name: "Check code style" - uses: aglipanci/laravel-pint-action@2.0.0 + uses: aglipanci/laravel-pint-action@2.3.1 with: configPath: "pint.json"