From 14ac9cf655e6af36ea3a7d6908ccf2982c84bacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:55:40 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6) --- 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/bump-okp4d-version.yml | 2 +- .github/workflows/update-versioned-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-okp4d-version.yml b/.github/workflows/bump-okp4d-version.yml index a69eb6920a3..a062a7923b3 100644 --- a/.github/workflows/bump-okp4d-version.yml +++ b/.github/workflows/bump-okp4d-version.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.OKP4_TOKEN }} - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.OKP4_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.OKP4_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/update-versioned-docs.yml b/.github/workflows/update-versioned-docs.yml index f5e696c09f8..b78fa42ac2b 100644 --- a/.github/workflows/update-versioned-docs.yml +++ b/.github/workflows/update-versioned-docs.yml @@ -43,7 +43,7 @@ jobs: path: tmp - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.OKP4_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.OKP4_BOT_GPG_PASSPHRASE }}