diff --git a/.github/workflows/pip-compile-upgrade.yml b/.github/workflows/pip-compile-upgrade.yml index dc6a688..5ee79f4 100644 --- a/.github/workflows/pip-compile-upgrade.yml +++ b/.github/workflows/pip-compile-upgrade.yml @@ -35,7 +35,7 @@ jobs: - name: Import GPG key if: ${{ steps.git-diff.outputs.diff == 'true' }} id: gpg-import - uses: coatl-dev/actions/gpg-import@a81a1c9a37205e630d28c561dfc3b605b6e031dd # v7.0.5 + uses: coatl-dev/actions/gpg-import@eaeed3dde61077bd254f6c8b9b523b0a6b182e19 # v7.0.11 with: passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }} private-key: ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }}