From d1767583e3b0af06add660b897648bf38cff6540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:56:36 +0000 Subject: [PATCH] Bump crazy-max/ghaction-import-gpg from 3.0.2 to 5.1.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 3.0.2 to 5.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.0.2...v5.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] --- .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..f164539f 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.1.0 with: gpg-private-key: ${{ secrets.DOCS_GPG_PRIV_KEY }} # Set GPG signing keyID for this Git repository