From 0ea15220008a049917fc93d6b3c7073461044b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:11:13 +0100 Subject: [PATCH] Bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 (#1526) Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5.1.0 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/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/apt.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apt.yml b/.github/workflows/apt.yml index ac614f62..28151d17 100644 --- a/.github/workflows/apt.yml +++ b/.github/workflows/apt.yml @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@v3 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5.1.0 + uses: crazy-max/ghaction-import-gpg@v5.2.0 with: gpg_private_key: ${{ secrets.APT_GPG }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 46e419c9..14d4146d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -138,7 +138,7 @@ jobs: uses: actions/checkout@v3 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5.1.0 + uses: crazy-max/ghaction-import-gpg@v5.2.0 with: gpg_private_key: ${{ secrets.APT_GPG }}