Skip to content

Commit ee2ca60

Browse files
authored
pinact run -u (#66)
1 parent 8e4c58e commit ee2ca60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/format-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
PINT_EXTRA_PATHS: ${{ inputs.pint-extra-paths }}
6565

66-
- uses: typisttech/create-auto-merged-pull-request-action@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2
66+
- uses: typisttech/create-auto-merged-pull-request-action@04421ee3bde12661305d21699fad3a32120abcf9 # v0.2.3
6767
with:
6868
branch: tastendruck/pint/${{ github.ref_name }}
6969
title: ":robot: `pint`"
@@ -90,7 +90,7 @@ jobs:
9090
- run: composer-normalize
9191
shell: bash
9292

93-
- uses: typisttech/create-auto-merged-pull-request-action@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2
93+
- uses: typisttech/create-auto-merged-pull-request-action@04421ee3bde12661305d21699fad3a32120abcf9 # v0.2.3
9494
with:
9595
branch: tastendruck/composer-normalize/${{ github.ref_name }}
9696
title: ":robot: `composer normalize`"

.github/workflows/lint-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
go-version-file: ${{ inputs.go-version-file }}
6060

61-
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
61+
- uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
6262
with:
6363
version: ${{ inputs.golangci-lint-version }}
6464
version-file: ${{ inputs.golangci-lint-version-file }}

0 commit comments

Comments
 (0)