Events webhook in documentation uses a not found package to check signature
listening to events webhook to save them to a database as a log, I followed the documentation https://zitadel.com/docs/guides/integrate/actions/testing-request-signature but when I want to verify the signature the events package is not found and can't import it
Error:
github.com/zitadel/zitadel/pkg/actions: module github.com/zitadel/zitadel@latest found (v1.87.5), but does not contain package github.com/zitadel/zitadel/pkg/actions
Error:
github.com/zitadel/zitadel/pkg/actions: module github.com/zitadel/zitadel@latest found (v1.87.5), but does not contain package github.com/zitadel/zitadel/pkg/actions
This guide shows you how to leverage the ZITADEL actions feature to react to API requests in your ZITADEL instance.

