diff --git a/.github/workflows/auto_updates.yml b/.github/workflows/auto_updates.yml index e30a9c9..64f5b69 100644 --- a/.github/workflows/auto_updates.yml +++ b/.github/workflows/auto_updates.yml @@ -27,7 +27,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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb7c37f..65a9b67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -286,7 +286,7 @@ jobs: # This GPG key is for the `phylum-bot` account and used in order to ensure commits and tags 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 }}