diff --git a/actions/dependencies.sh b/actions/dependencies.sh index bcfaa79d..445a22fb 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -21,9 +21,9 @@ PYURLS_MACOSUNIVERSAL="https://www.python.org/ftp/python/3.8.10/python-3.8.10-ma CCACHE_VERSION=4.9 CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9-windows-x86_64.zip CYTHON_VERSION=3.0.8 -MANYLINUX2014_X86_64_TAG=2024-01-01-0e91b08 -MANYLINUX2014_AARCH64_TAG=2024-01-01-0e91b08 -MANYLINUX2014_PPC64LE_TAG=2024-01-01-0e91b08 +MANYLINUX2014_X86_64_TAG=2024-01-08-eb135ed +MANYLINUX2014_AARCH64_TAG=2024-01-08-eb135ed +MANYLINUX2014_PPC64LE_TAG=2024-01-08-eb135ed # END DEPENDENCY-AUTOUPDATE SECTION