From d0354335394b3cd123e6f4c454b2c3808ce09803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:44:09 +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/packaging.yml | 2 +- .github/workflows/repoconfig-packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 9ac3536cba25b6..294c83d1b99e08 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -277,7 +277,7 @@ jobs: - name: Import GPG Keys id: import-keys if: needs.file-check.outputs.run == 'true' && matrix.format == 'deb' && github.event_name != 'pull_request' - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.NETDATABOT_PACKAGE_SIGNING_KEY }} - name: Sign DEB Packages diff --git a/.github/workflows/repoconfig-packages.yml b/.github/workflows/repoconfig-packages.yml index 0ccb81c538d565..eeb199f02b0372 100644 --- a/.github/workflows/repoconfig-packages.yml +++ b/.github/workflows/repoconfig-packages.yml @@ -135,7 +135,7 @@ jobs: - name: Import GPG Keys id: import-keys if: matrix.format == 'deb' && github.event_name != 'pull_request' - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.NETDATABOT_PACKAGE_SIGNING_KEY }} - name: Sign DEB Packages