From 20600eb976fd47af96d92a228d0b124a6b6c4f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 01:21:54 +0200 Subject: [PATCH] build(deps): bump crazy-max/ghaction-import-gpg from 3.1.0 to 3.2.0 (#154) --- .github/workflows/Divlo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Divlo.yml b/.github/workflows/Divlo.yml index e1f45a6..0ec4c49 100644 --- a/.github/workflows/Divlo.yml +++ b/.github/workflows/Divlo.yml @@ -96,7 +96,7 @@ jobs: persist-credentials: false - name: 'Import GPG key' - uses: 'crazy-max/ghaction-import-gpg@v3.1.0' + uses: 'crazy-max/ghaction-import-gpg@v3.2.0' with: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} git-user-signingkey: true