From 793276c706b670de044f111b3b236b7bf263a3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:02:05 -0700 Subject: [PATCH] Bump crazy-max/ghaction-import-gpg from 3 to 4.1.0 (#73) * Bump crazy-max/ghaction-import-gpg from 3 to 4.1.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 3 to 4.1.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/v3...v4.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update workflows for upstream changes Signed-off-by: Ethan Dye Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ethan Dye --- .github/workflows/rebase-action.yml | 8 ++++---- .github/workflows/release-action.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rebase-action.yml b/.github/workflows/rebase-action.yml index 7828ebf..f261007 100644 --- a/.github/workflows/rebase-action.yml +++ b/.github/workflows/rebase-action.yml @@ -14,12 +14,12 @@ jobs: with: fetch-depth: 0 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v3 + uses: crazy-max/ghaction-import-gpg@v4.1.0 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - git-user-signingkey: true - git-commit-gpgsign: true + git_user_signingkey: true + git_commit_gpgsign: true - name: Rebase openHAB branches run: | git config --global user.name 'Ethan Dye' diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index c3b72b0..addc89c 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -13,9 +13,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v3 + uses: crazy-max/ghaction-import-gpg@v4.1.0 with: - gpg-private-key: "${{ secrets.GPG_PRIVATE_KEY }}" + gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}" passphrase: "${{ secrets.GPG_PASSPHRASE }}" - name: "Archive zram-config" run: |