Example generation is cached using the key hashFiles('provider/go.sum'), however sometimes examples can change without a package update. I ran into this when toggling the flag Python.InputTypes: tfbridge.PythonInputTypeClassesAndDicts on tfbridge.ProviderInfo.
This could potentially be changed to hashFiles('provider/go.sum,provider/resources.go') or maybe hashFiles('provider/go.sum,provider/cmd/*/schema.json').
As a workaround, the cache can be deleted in the GitHub Actions interface.