Skip to content

Commit 1631b5d

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
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](crazy-max/ghaction-import-gpg@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] <support@github.com>
1 parent 2ac5323 commit 1631b5d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/infrastructure-download-external.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,15 @@ jobs:
397397
if_key_exists: replace
398398

399399
- name: Import GPG key 1
400-
uses: crazy-max/ghaction-import-gpg@v6
400+
uses: crazy-max/ghaction-import-gpg@v7
401401
env:
402402
HOME: /root
403403
GNUPGHOME: /root/.gnupg
404404
with:
405405
gpg_private_key: ${{ secrets.GPG_KEY1 }}
406406

407407
- name: Import GPG key 2
408-
uses: crazy-max/ghaction-import-gpg@v6
408+
uses: crazy-max/ghaction-import-gpg@v7
409409
with:
410410
gpg_private_key: ${{ secrets.GPG_KEY2 }}
411411

.github/workflows/infrastructure-repository-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,12 @@ jobs:
394394
uses: armbian/actions/runner-clean@main
395395

396396
- name: Import GPG key
397-
uses: crazy-max/ghaction-import-gpg@v6
397+
uses: crazy-max/ghaction-import-gpg@v7
398398
with:
399399
gpg_private_key: ${{ secrets.GPG_KEY3 }}
400400

401401
- name: Import GPG key
402-
uses: crazy-max/ghaction-import-gpg@v6
402+
uses: crazy-max/ghaction-import-gpg@v7
403403
with:
404404
gpg_private_key: ${{ secrets.GPG_KEY4 }}
405405

0 commit comments

Comments
 (0)