From 62628f6fb1741a9fb0ed0965f56af88004a8095f Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 16 Dec 2025 14:19:39 +0100 Subject: [PATCH] CI: respect dependency cooldown in "uv lock check" Fixes 1db4dc4c3e1 (build_tools/update-dependencies.sh: add dependency cooldown for Python packages, 2025-12-16). --- .github/actions/install-sphinx/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-sphinx/action.yml b/.github/actions/install-sphinx/action.yml index 20512b4c5..404583a22 100644 --- a/.github/actions/install-sphinx/action.yml +++ b/.github/actions/install-sphinx/action.yml @@ -16,7 +16,7 @@ runs: # TODO Use "uv" to install Python as well. : 'Note that --no-managed-python below would be implied but be explicit' uv='env UV_PYTHON=python uv --no-managed-python' - $uv lock --check + $uv lock --check --exclude-newer="$(awk -F'"'