From e80ca02e8eeba066e933589d0ba2c9787dc8bda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:53:30 +0000 Subject: [PATCH] build(deps): Bump crazy-max/ghaction-import-gpg from 6 to 7 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6 to 7. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v6...v7) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-deploy.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index b12424a89..0de0f67dc 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -37,7 +37,7 @@ jobs: - name: ⚙️ Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }} diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 9f22471b8..ed15be861 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -47,7 +47,7 @@ jobs: - name: ⚙️ Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a51e8bffa..4dd478931 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: ⚙️ Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }}