From 7c3937f26f0de97dcc3ceb0cc239603bc215510d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 12:26:55 -0600 Subject: [PATCH] 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](https://github.com/crazy-max/ghaction-import-gpg/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rebase-action.yml | 2 +- .github/workflows/release-action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebase-action.yml b/.github/workflows/rebase-action.yml index 460c61e..587ac15 100644 --- a/.github/workflows/rebase-action.yml +++ b/.github/workflows/rebase-action.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v4.2.0 + uses: crazy-max/ghaction-import-gpg@v4.3.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 9e84f3b..a9c42d1 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v4.2.0 + uses: crazy-max/ghaction-import-gpg@v4.3.0 with: gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}" passphrase: "${{ secrets.GPG_PASSPHRASE }}"