From 415a5c25f554f2cc3425dcc588822854f1d6abdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:22:55 +0000 Subject: [PATCH] ci(deps): bump the coatl-dev-actions group with 3 updates Bumps the coatl-dev-actions group with 3 updates: [coatl-dev/actions/gpg-import](https://github.com/coatl-dev/actions), [coatl-dev/actions/pr-create](https://github.com/coatl-dev/actions) and [coatl-dev/actions/pypi-upload](https://github.com/coatl-dev/actions). Updates `coatl-dev/actions/gpg-import` from 7.0.0 to 7.0.14 - [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/208567f6e604baf94c6e867ec7f345ec9ad36eb4...45ee24a8c8397a346538acefea6221e30076fa66) Updates `coatl-dev/actions/pr-create` from 7.0.0 to 7.0.14 - [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/208567f6e604baf94c6e867ec7f345ec9ad36eb4...45ee24a8c8397a346538acefea6221e30076fa66) Updates `coatl-dev/actions/pypi-upload` from 7.0.11 to 7.0.14 - [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/eaeed3dde61077bd254f6c8b9b523b0a6b182e19...45ee24a8c8397a346538acefea6221e30076fa66) --- updated-dependencies: - dependency-name: coatl-dev/actions/gpg-import dependency-version: 7.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coatl-dev-actions - dependency-name: coatl-dev/actions/pr-create dependency-version: 7.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coatl-dev-actions - dependency-name: coatl-dev/actions/pypi-upload dependency-version: 7.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coatl-dev-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pip-compile-upgrade.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pip-compile-upgrade.yml b/.github/workflows/pip-compile-upgrade.yml index 0864f83..1aa287e 100644 --- a/.github/workflows/pip-compile-upgrade.yml +++ b/.github/workflows/pip-compile-upgrade.yml @@ -38,7 +38,7 @@ jobs: - name: Import GPG key if: ${{ steps.git-diff.outputs.diff == 'true' }} - uses: coatl-dev/actions/gpg-import@208567f6e604baf94c6e867ec7f345ec9ad36eb4 # v7.0.0 + uses: coatl-dev/actions/gpg-import@45ee24a8c8397a346538acefea6221e30076fa66 # v7.0.14 with: passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }} private-key: ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }} @@ -63,7 +63,7 @@ jobs: - name: Create pull request if: ${{ steps.git-diff.outputs.diff == 'true' }} - uses: coatl-dev/actions/pr-create@208567f6e604baf94c6e867ec7f345ec9ad36eb4 # v7.0.0 + uses: coatl-dev/actions/pr-create@45ee24a8c8397a346538acefea6221e30076fa66 # v7.0.14 with: gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }} base-branch: '${{ matrix.branch }}' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0c5622..f89992a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,12 +20,12 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Upload package to PyPI - uses: coatl-dev/actions/pypi-upload@eaeed3dde61077bd254f6c8b9b523b0a6b182e19 # v7.0.11 + uses: coatl-dev/actions/pypi-upload@45ee24a8c8397a346538acefea6221e30076fa66 # v7.0.14 with: password: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_PKG }} - name: Upload stubs to PyPI - uses: coatl-dev/actions/pypi-upload@eaeed3dde61077bd254f6c8b9b523b0a6b182e19 # v7.0.11 + uses: coatl-dev/actions/pypi-upload@45ee24a8c8397a346538acefea6221e30076fa66 # v7.0.14 with: python-version: '3.12' password: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_STUBS }}