There’s a good chance you’re using an outdated version of the Apache Beam library. Try to upgrade to the latest version of Apache Beam. So in your requirements.txt file, specify a more recent version. Then rerun pip install -r requirements.txt in your GitHub Actions workflow. Probably at least Beam 2.46.0 or later should resolve this issue.