Skip to content

Commit 0f62c1d

Browse files
chore: bump crazy-max/ghaction-import-gpg from 5 to 6
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3275e2 commit 0f62c1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: development
3333
- name: "Import GPG Key"
34-
uses: crazy-max/ghaction-import-gpg@v5
34+
uses: crazy-max/ghaction-import-gpg@v6
3535
with:
3636
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3737
passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363
ref: main
6464
- name: "Import GPG Key"
65-
uses: crazy-max/ghaction-import-gpg@v5
65+
uses: crazy-max/ghaction-import-gpg@v6
6666
with:
6767
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
6868
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/sync-higgs-shop-data-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
path: core-sdk-samples/higgs-shop-sample-app/dataplans
3939

4040
- name: "Import GPG Key"
41-
uses: crazy-max/ghaction-import-gpg@v5
41+
uses: crazy-max/ghaction-import-gpg@v6
4242
with:
4343
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4444
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)