diff --git a/.github/workflows/gitops-update.yml b/.github/workflows/gitops-update.yml index db9965e..cce064c 100644 --- a/.github/workflows/gitops-update.yml +++ b/.github/workflows/gitops-update.yml @@ -89,7 +89,7 @@ jobs: # I need an additional option for it if: inputs.gpgSign # if: ${{ secrets.GPG_PASSPHRASE }} - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.GPG_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}