From b56feea07eba61a318c678ca095f694e550faeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 19:12:43 +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/auto-fix-md.yml | 2 +- .github/workflows/bump-axoned-version.yml | 2 +- .github/workflows/capture-website.yml | 2 +- .github/workflows/update-versioned-docs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-fix-md.yml b/.github/workflows/auto-fix-md.yml index b5ffb95773..b7f0d3c82d 100644 --- a/.github/workflows/auto-fix-md.yml +++ b/.github/workflows/auto-fix-md.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.OPS_TOKEN }} - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/bump-axoned-version.yml b/.github/workflows/bump-axoned-version.yml index 1f199f4f0b..cad9980245 100644 --- a/.github/workflows/bump-axoned-version.yml +++ b/.github/workflows/bump-axoned-version.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.OPS_TOKEN }} - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/capture-website.yml b/.github/workflows/capture-website.yml index 28e7887f63..151d38a64f 100644 --- a/.github/workflows/capture-website.yml +++ b/.github/workflows/capture-website.yml @@ -20,7 +20,7 @@ jobs: token: ${{ secrets.OPS_TOKEN }} - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/update-versioned-docs.yml b/.github/workflows/update-versioned-docs.yml index 65124ea156..4c7b6faefc 100644 --- a/.github/workflows/update-versioned-docs.yml +++ b/.github/workflows/update-versioned-docs.yml @@ -45,7 +45,7 @@ jobs: path: tmp - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}