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