From 0dab46216c51ec585143d2fa043b3f38ccb448d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:05:40 +0000 Subject: [PATCH] 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](https://github.com/typisttech/.github/compare/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] --- .github/workflows/composer-audit.yml | 2 +- .github/workflows/composer-normalize.yml | 2 +- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/pint.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- .github/workflows/test.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/composer-audit.yml b/.github/workflows/composer-audit.yml index c8cc2fa..e78d368 100644 --- a/.github/workflows/composer-audit.yml +++ b/.github/workflows/composer-audit.yml @@ -25,6 +25,6 @@ permissions: {} jobs: composer-audit: - uses: typisttech/.github/.github/workflows/composer-audit.yml@v2 + uses: typisttech/.github/.github/workflows/composer-audit.yml@v3 permissions: contents: read diff --git a/.github/workflows/composer-normalize.yml b/.github/workflows/composer-normalize.yml index cd04efa..84bea1b 100644 --- a/.github/workflows/composer-normalize.yml +++ b/.github/workflows/composer-normalize.yml @@ -17,7 +17,7 @@ permissions: {} jobs: composer-normalize: - uses: typisttech/.github/.github/workflows/composer-normalize.yml@v2 + uses: typisttech/.github/.github/workflows/composer-normalize.yml@v3 permissions: contents: read secrets: inherit diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index d337c93..9b2bc67 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -16,7 +16,7 @@ jobs: permissions: contents: write pull-requests: write - uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@v2 + uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@v3 with: minor: true patch: true diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index bfba64a..3dc36ed 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -19,7 +19,7 @@ permissions: {} jobs: pint: - uses: typisttech/.github/.github/workflows/pint.yml@v2 + uses: typisttech/.github/.github/workflows/pint.yml@v3 permissions: contents: read with: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0a87ac5..a8b9fea 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -14,7 +14,7 @@ permissions: {} jobs: release-drafter: - uses: typisttech/.github/.github/workflows/release-drafter.yml@v2 + uses: typisttech/.github/.github/workflows/release-drafter.yml@v3 permissions: contents: write pull-requests: read diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8dc3f9..b158da2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ permissions: {} jobs: php-matrix: - uses: typisttech/.github/.github/workflows/php-matrix.yml@v2 + uses: typisttech/.github/.github/workflows/php-matrix.yml@v3 permissions: contents: read