diff --git a/.github/workflows/auto_updates.yml b/.github/workflows/auto_updates.yml index f3377909..cbbc3342 100644 --- a/.github/workflows/auto_updates.yml +++ b/.github/workflows/auto_updates.yml @@ -21,7 +21,7 @@ jobs: # This GPG key is for the `phylum-bot` account and used in order to ensure commits are signed/verified - name: Import GPG key for bot account - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0 with: gpg_private_key: ${{ secrets.PHYLUM_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PHYLUM_BOT_GPG_PASSPHRASE }}