Skip to content

Commit 0dab462

Browse files
Bump typisttech/.github from 2 to 3
Bumps [typisttech/.github](https://github.com/typisttech/.github) from 2 to 3. - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](typisttech/.github@v2...v3) --- updated-dependencies: - dependency-name: typisttech/.github dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5cde42 commit 0dab462

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/composer-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ permissions: {}
2525

2626
jobs:
2727
composer-audit:
28-
uses: typisttech/.github/.github/workflows/composer-audit.yml@v2
28+
uses: typisttech/.github/.github/workflows/composer-audit.yml@v3
2929
permissions:
3030
contents: read

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: {}
1717

1818
jobs:
1919
composer-normalize:
20-
uses: typisttech/.github/.github/workflows/composer-normalize.yml@v2
20+
uses: typisttech/.github/.github/workflows/composer-normalize.yml@v3
2121
permissions:
2222
contents: read
2323
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: write
1818
pull-requests: write
19-
uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@v2
19+
uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@v3
2020
with:
2121
minor: true
2222
patch: true

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: {}
1919

2020
jobs:
2121
pint:
22-
uses: typisttech/.github/.github/workflows/pint.yml@v2
22+
uses: typisttech/.github/.github/workflows/pint.yml@v3
2323
permissions:
2424
contents: read
2525
with:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
release-drafter:
17-
uses: typisttech/.github/.github/workflows/release-drafter.yml@v2
17+
uses: typisttech/.github/.github/workflows/release-drafter.yml@v3
1818
permissions:
1919
contents: write
2020
pull-requests: read

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: {}
1717

1818
jobs:
1919
php-matrix:
20-
uses: typisttech/.github/.github/workflows/php-matrix.yml@v2
20+
uses: typisttech/.github/.github/workflows/php-matrix.yml@v3
2121
permissions:
2222
contents: read
2323

0 commit comments

Comments
 (0)