From a5a1ed4c87bae4a7cb07ff67709f1dcbee39aaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 02:31:26 +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/update-chains-description.yml | 2 +- .github/workflows/update-peers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-chains-description.yml b/.github/workflows/update-chains-description.yml index 6e1123c3..48452436 100644 --- a/.github/workflows/update-chains-description.yml +++ b/.github/workflows/update-chains-description.yml @@ -47,7 +47,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-peers.yml b/.github/workflows/update-peers.yml index 1f4f1a73..be51e4c0 100644 --- a/.github/workflows/update-peers.yml +++ b/.github/workflows/update-peers.yml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-python@v4 - 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 }}