From 01406e92add3b83ae808215780e05e76fc6025d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 23:09:05 +0000 Subject: [PATCH] Bump typisttech/create-auto-merged-pull-request-action Bumps [typisttech/create-auto-merged-pull-request-action](https://github.com/typisttech/create-auto-merged-pull-request-action) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/typisttech/create-auto-merged-pull-request-action/releases) - [Commits](https://github.com/typisttech/create-auto-merged-pull-request-action/compare/04421ee3bde12661305d21699fad3a32120abcf9...22b38db196d8c7945e1580e3b10a92651fb73b07) --- updated-dependencies: - dependency-name: typisttech/create-auto-merged-pull-request-action dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/format-php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format-php.yml b/.github/workflows/format-php.yml index a2c45af..0f4b8e9 100644 --- a/.github/workflows/format-php.yml +++ b/.github/workflows/format-php.yml @@ -63,7 +63,7 @@ jobs: env: PINT_EXTRA_PATHS: ${{ inputs.pint-extra-paths }} - - uses: typisttech/create-auto-merged-pull-request-action@04421ee3bde12661305d21699fad3a32120abcf9 # v0.2.3 + - uses: typisttech/create-auto-merged-pull-request-action@22b38db196d8c7945e1580e3b10a92651fb73b07 # v0.2.4 with: branch: tastendruck/pint/${{ github.ref_name }} title: ":robot: `pint`" @@ -90,7 +90,7 @@ jobs: - run: composer-normalize shell: bash - - uses: typisttech/create-auto-merged-pull-request-action@04421ee3bde12661305d21699fad3a32120abcf9 # v0.2.3 + - uses: typisttech/create-auto-merged-pull-request-action@22b38db196d8c7945e1580e3b10a92651fb73b07 # v0.2.4 with: branch: tastendruck/composer-normalize/${{ github.ref_name }} title: ":robot: `composer normalize`"