From b692dac926bd295fcfd332cbc94279c559f1725c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 16:37:10 +0200 Subject: [PATCH] build(deps): bump crazy-max/ghaction-import-gpg from 3.2.0 to 4 (#200) Co-authored-by: Divlo --- .github/workflows/Divlo.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Divlo.yml b/.github/workflows/Divlo.yml index 5b554b6..ef5ae54 100644 --- a/.github/workflows/Divlo.yml +++ b/.github/workflows/Divlo.yml @@ -116,11 +116,11 @@ jobs: persist-credentials: false - name: 'Import GPG key' - uses: 'crazy-max/ghaction-import-gpg@v3.2.0' + uses: 'crazy-max/ghaction-import-gpg@v4' with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - git-user-signingkey: true - git-commit-gpgsign: true + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + git_user_signingkey: true + git_commit_gpgsign: true - name: 'Use Node.js' uses: 'actions/setup-node@v2.4.0'