diff --git a/.github/workflows/dependency_updater.yml b/.github/workflows/dependency_updater.yml index e547fc3a5..48bb2418e 100644 --- a/.github/workflows/dependency_updater.yml +++ b/.github/workflows/dependency_updater.yml @@ -39,7 +39,7 @@ jobs: **/info.json - name: Import GPG key if: steps.verify-changed-files.outputs.files_changed == 'true' - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} git_user_signingkey: true