From ea59f88096e78fd153f4720e3d6ff7c8ca5bcfdb Mon Sep 17 00:00:00 2001 From: matt-mercer <449892+matt-mercer@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:42:05 +0100 Subject: [PATCH] odin-748: fix build common cache --- .github/actions/build-common/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-common/action.yml b/.github/actions/build-common/action.yml index 9965edf..faf0c3a 100644 --- a/.github/actions/build-common/action.yml +++ b/.github/actions/build-common/action.yml @@ -63,7 +63,7 @@ runs: .venv **/.lock-hash **/requirements.txt - key: ${{ runner.os }}-py-${{ inputs.python-version }}-poetry-${{ hashFiles('./poetry.lock') }} + key: ${{ runner.os }}-py-${{ inputs.python-version }}-uv-${{ hashFiles('./uv.lock') }} - name: install shell: bash