diff --git a/.github/workflows/update-chains-description.yml b/.github/workflows/update-chains-description.yml index 9dfdf56..01ac34d 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 85b0781..833bf04 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 }}