From 667082f80f8dcf9d8d25a653bc7079ad63d689d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:56:56 +0000 Subject: [PATCH] Bump crazy-max/ghaction-import-gpg from 3.0.2 to 5.2.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 3.0.2 to 5.2.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/v5.2.0/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v3.0.2...v5.2.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] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e3f4ea07..269bf1cd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: mkdir -p web && mv build/docs/javadoc web/${GITHUB_REF##*/} - name: Import GPG key for docs deployment signing id: import_gpg - uses: crazy-max/ghaction-import-gpg@v3.0.2 + uses: crazy-max/ghaction-import-gpg@v5.2.0 with: gpg-private-key: ${{ secrets.DOCS_GPG_PRIV_KEY }} # Set GPG signing keyID for this Git repository