Skip to content

Commit 8881009

Browse files
chore: bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.3.0 (#615)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.0.0 to 6.3.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@82a020f...e89d409) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59fd344 commit 8881009

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ inputs.branch_name }}
4747
submodules: recursive
4848
- name: "Import GPG Key"
49-
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef #v6.0
49+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec #v6.0
5050
with:
5151
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
5252
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: main
3434
submodules: recursive
3535
- name: "Import GPG Key"
36-
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef #v6.0
36+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec #v6.0
3737
with:
3838
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3939
passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0
7979
ref: main
8080
- name: "Import GPG Key"
81-
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef #v6.0
81+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec #v6.0
8282
with:
8383
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
8484
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)