From d536325887fba70d1988a045073f209dd6bb42ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:55:46 +0000 Subject: [PATCH] [autoupdate-ccache] update ccache from 4.9.1 to 4.10.2 --- actions/dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/dependencies.sh b/actions/dependencies.sh index cc7f7fe6..8d1652ae 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -18,8 +18,8 @@ JSON_URL=https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip PYVERSIONS_WIN="3.8.10 3.9.13 3.10.11 3.11.9 3.12.3" PYVERSIONS_MACOSUNIVERSAL="3.8.10 3.9.13 3.10.11 3.11.9 3.12.5" PYURLS_MACOSUNIVERSAL="https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg https://www.python.org/ftp/python/3.12.5/python-3.12.5-macos11.pkg" -CCACHE_VERSION=4.9.1 -CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-windows-x86_64.zip +CCACHE_VERSION=4.10.2 +CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2-windows-x86_64.zip CYTHON_VERSION=3.0.10 MANYLINUX2014_X86_64_TAG=2024.08.12-1 MANYLINUX2014_AARCH64_TAG=2024.08.10-1