Skip to content

Commit 7c3937f

Browse files
Bump crazy-max/ghaction-import-gpg from 4.2.0 to 4.3.0 (#87)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md) - [Commits](crazy-max/ghaction-import-gpg@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76b3174 commit 7c3937f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rebase-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Import GPG key
17-
uses: crazy-max/ghaction-import-gpg@v4.2.0
17+
uses: crazy-max/ghaction-import-gpg@v4.3.0
1818
with:
1919
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2020
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/release-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
1515
- name: Import GPG key
16-
uses: crazy-max/ghaction-import-gpg@v4.2.0
16+
uses: crazy-max/ghaction-import-gpg@v4.3.0
1717
with:
1818
gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}"
1919
passphrase: "${{ secrets.GPG_PASSPHRASE }}"

0 commit comments

Comments
 (0)