build(deps): bump crazy-max/ghaction-import-gpg from 6 to 7 (#21913)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 9, 2026 at 09:10 UTC
33750258e943ce6f5c562ab3e40e72c1aff77f43
2 files changed
+2
-2
.github/workflows/packaging.yml
+1
-1
@@ -281,7 +281,7 @@ jobs:
281
- name: Import GPG Keys
282
id: import-keys
283
if: needs.file-check.outputs.run == 'true' && matrix.format == 'deb' && github.event_name != 'pull_request'
284
- uses: crazy-max/ghaction-import-gpg@v6
284
+ uses: crazy-max/ghaction-import-gpg@v7
285
with:
286
gpg_private_key: ${{ secrets.NETDATABOT_PACKAGE_SIGNING_KEY }}
287
- name: Sign DEB Packages
.github/workflows/repoconfig-packages.yml
+1
-1
@@ -135,7 +135,7 @@ jobs:
135
- name: Import GPG Keys
136
id: import-keys
137
if: matrix.format == 'deb' && github.event_name != 'pull_request'
138
- uses: crazy-max/ghaction-import-gpg@v6
138
+ uses: crazy-max/ghaction-import-gpg@v7
139
with:
140
gpg_private_key: ${{ secrets.NETDATABOT_PACKAGE_SIGNING_KEY }}
141
- name: Sign DEB Packages