From 5670bd053ec2996e40adbd74d5a0b802cb33314a Mon Sep 17 00:00:00 2001 From: TangRufus Date: Sat, 23 May 2026 23:09:48 +0100 Subject: [PATCH] `pinact run -u` --- .github/workflows/format-php.yml | 4 ++-- .github/workflows/lint-go.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format-php.yml b/.github/workflows/format-php.yml index c29f40b..a2c45af 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@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2 + - uses: typisttech/create-auto-merged-pull-request-action@04421ee3bde12661305d21699fad3a32120abcf9 # v0.2.3 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@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2 + - uses: typisttech/create-auto-merged-pull-request-action@04421ee3bde12661305d21699fad3a32120abcf9 # v0.2.3 with: branch: tastendruck/composer-normalize/${{ github.ref_name }} title: ":robot: `composer normalize`" diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index ab83a07..5bbce88 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -58,7 +58,7 @@ jobs: with: go-version-file: ${{ inputs.go-version-file }} - - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: version: ${{ inputs.golangci-lint-version }} version-file: ${{ inputs.golangci-lint-version-file }}