Skip to content

Commit 63fe4f6

Browse files
authored
Upgrade release-drafter to v7.3.0 & create-auto-merged-pull-request-action to v0.2.2 (#60)
1 parent 97af3bf commit 63fe4f6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/audit-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919
sparse-checkout: composer.json
2020

21-
- uses: typisttech/php-matrix-action@1cff0f08767f31f1784d1399250463b29fd49d20 # v2.1.0
21+
- uses: typisttech/php-matrix-action@92d290886ed0aa1a486ba3c813f53382cebe7bd1 # v3.0.0
2222
id: php-matrix
2323

2424
composer-audit:

.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@05e85fff478e9ff9dfbb4b6d95622b6a8ebafe78 # v0.2.0
66+
- uses: typisttech/create-auto-merged-pull-request-action@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2
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@05e85fff478e9ff9dfbb4b6d95622b6a8ebafe78 # v0.2.0
93+
- uses: typisttech/create-auto-merged-pull-request-action@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2
9494
with:
9595
branch: tastendruck/composer-normalize/${{ github.ref_name }}
9696
title: ":robot: `composer normalize`"

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040
sparse-checkout: composer.json
4141

42-
- uses: typisttech/php-matrix-action@1cff0f08767f31f1784d1399250463b29fd49d20 # v2.1.0
42+
- uses: typisttech/php-matrix-action@92d290886ed0aa1a486ba3c813f53382cebe7bd1 # v3.0.0
4343
id: php-matrix
4444

4545
phpstan:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
contents: write
1919
pull-requests: read
2020
steps:
21-
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
21+
- uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0

0 commit comments

Comments
 (0)