Skip to content

Commit 25b9acb

Browse files
committed
GitHub Actions: Upgrade typisttech/.github to v5.4.0 & create-auto-merged-pull-request-action to v0.2.2 & release-drafter to v5.4.0
1 parent 394517a commit 25b9acb

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
php:
23-
uses: typisttech/.github/.github/workflows/audit-php.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
23+
uses: typisttech/.github/.github/workflows/audit-php.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0
2424

2525
go:
26-
uses: typisttech/.github/.github/workflows/audit-go.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
26+
uses: typisttech/.github/.github/workflows/audit-go.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
dependabot:
18-
uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
18+
uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0
1919
with:
2020
minor: true
2121
patch: true

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ permissions:
1818

1919
jobs:
2020
actions:
21-
uses: typisttech/.github/.github/workflows/lint-actions.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
21+
uses: typisttech/.github/.github/workflows/lint-actions.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0
2222

2323
php:
24-
uses: typisttech/.github/.github/workflows/lint-php.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
24+
uses: typisttech/.github/.github/workflows/lint-php.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0
2525
with:
2626
phpstan: true
2727
box: true
2828
box-php-version: '8.5'
2929
box-version: '4'
3030

3131
go:
32-
uses: typisttech/.github/.github/workflows/lint-go.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
32+
uses: typisttech/.github/.github/workflows/lint-go.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0
3333
with:
3434
golangci-lint: true
3535
golangci-lint-version: v2.11 # Must be kept in sync with @../../mise.toml

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ permissions:
1616

1717
jobs:
1818
release-drafter:
19-
uses: typisttech/.github/.github/workflows/release-drafter.yml@3b989be3639ac84acd7770ad0795ffbfc6193b2b # v5.2.2
19+
uses: typisttech/.github/.github/workflows/release-drafter.yml@86c07906e5ad8ccd4bab27975f7f67e348498f82 # v5.4.0

.github/workflows/update-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: ./bin/generate-data
3737
- run: ./bin/generate-test-data
3838

39-
- uses: typisttech/create-auto-merged-pull-request-action@05e85fff478e9ff9dfbb4b6d95622b6a8ebafe78 # v0.2.0
39+
- uses: typisttech/create-auto-merged-pull-request-action@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2
4040
with:
4141
client-id: ${{ vars.TASTENDRUCK_CLIENT_ID }}
4242
private-key: ${{ secrets.TASTENDRUCK_PRIVATE_KEY }}

0 commit comments

Comments
 (0)