From 457224edd60f03d7e0fdfdaff95cda75da3f10a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:46:42 +0000 Subject: [PATCH] refactor(deps): bump coatl-dev/actions/pr-create from 7.0.4 to 7.0.5 Bumps [coatl-dev/actions/pr-create](https://github.com/coatl-dev/actions) from 7.0.4 to 7.0.5. - [Release notes](https://github.com/coatl-dev/actions/releases) - [Changelog](https://github.com/coatl-dev/actions/blob/coatl/CHANGELOG.md) - [Commits](https://github.com/coatl-dev/actions/compare/25b15c8e562e6c9e509bd29ea0b0da5ec6b26a1f...a81a1c9a37205e630d28c561dfc3b605b6e031dd) --- updated-dependencies: - dependency-name: coatl-dev/actions/pr-create dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pip-compile-upgrade.yml | 2 +- .github/workflows/pre-commit-autoupdate.yml | 2 +- .github/workflows/prek-autoupdate.yml | 2 +- .github/workflows/uv-pip-compile-upgrade.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pip-compile-upgrade.yml b/.github/workflows/pip-compile-upgrade.yml index c248a9e..541c49c 100644 --- a/.github/workflows/pip-compile-upgrade.yml +++ b/.github/workflows/pip-compile-upgrade.yml @@ -155,7 +155,7 @@ jobs: - name: Create Pull Request if: ${{ steps.git-diff.outputs.diff == 'true' }} - uses: coatl-dev/actions/pr-create@25b15c8e562e6c9e509bd29ea0b0da5ec6b26a1f # v7.0.4 + uses: coatl-dev/actions/pr-create@a81a1c9a37205e630d28c561dfc3b605b6e031dd # v7.0.5 with: gh-token: ${{ secrets.gh-token }} auto-merge: ${{ inputs.pr-auto-merge }} diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index bbe7452..4f7193a 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -143,7 +143,7 @@ jobs: - name: Create Pull Request if: ${{ steps.git-diff.outputs.diff == 'true' }} - uses: coatl-dev/actions/pr-create@25b15c8e562e6c9e509bd29ea0b0da5ec6b26a1f # v7.0.4 + uses: coatl-dev/actions/pr-create@a81a1c9a37205e630d28c561dfc3b605b6e031dd # v7.0.5 with: gh-token: ${{ secrets.gh-token }} auto-merge: ${{ inputs.pr-auto-merge }} diff --git a/.github/workflows/prek-autoupdate.yml b/.github/workflows/prek-autoupdate.yml index aa21a5e..487f827 100644 --- a/.github/workflows/prek-autoupdate.yml +++ b/.github/workflows/prek-autoupdate.yml @@ -128,7 +128,7 @@ jobs: - name: Create Pull Request if: ${{ steps.git-diff.outputs.diff == 'true' }} - uses: coatl-dev/actions/pr-create@25b15c8e562e6c9e509bd29ea0b0da5ec6b26a1f # v7.0.4 + uses: coatl-dev/actions/pr-create@a81a1c9a37205e630d28c561dfc3b605b6e031dd # v7.0.5 with: gh-token: ${{ secrets.gh-token }} auto-merge: ${{ inputs.pr-auto-merge }} diff --git a/.github/workflows/uv-pip-compile-upgrade.yml b/.github/workflows/uv-pip-compile-upgrade.yml index fdcc90c..963a299 100644 --- a/.github/workflows/uv-pip-compile-upgrade.yml +++ b/.github/workflows/uv-pip-compile-upgrade.yml @@ -129,7 +129,7 @@ jobs: - name: Create Pull Request if: ${{ steps.git-diff.outputs.diff == 'true' }} - uses: coatl-dev/actions/pr-create@25b15c8e562e6c9e509bd29ea0b0da5ec6b26a1f # v7.0.4 + uses: coatl-dev/actions/pr-create@a81a1c9a37205e630d28c561dfc3b605b6e031dd # v7.0.5 with: gh-token: ${{ secrets.gh-token }} auto-merge: ${{ inputs.pr-auto-merge }}