Skip to content

Commit f40e81a

Browse files
ci(deps): bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0 (#25)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73d9a66 commit f40e81a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # [email protected]
5050

5151
- name: Import GPG key
52-
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # pin@v6.0.0
52+
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # pin@v6.1.0
5353
if: github.ref_name == 'main'
5454
with:
5555
gpg_private_key: ${{ secrets.GH_COMMIT_SIGNING_KEY }}

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: make setup
3333

3434
- name: Import GPG key
35-
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # pin@v6.0.0
35+
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # pin@v6.1.0
3636
with:
3737
gpg_private_key: ${{ secrets.GH_COMMIT_SIGNING_KEY }}
3838
passphrase: ${{ secrets.GH_COMMIT_SIGNING_PASS }}

0 commit comments

Comments
 (0)