This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch INFRA-27784 in repository https://gitbox.apache.org/repos/asf/otava.git
commit 4b18804f4932e66df93a9bd6774a8fa3f180614d Author: Alex Sorokoumov <[email protected]> AuthorDate: Mon Mar 30 22:57:45 2026 -0700 INFRA-27784 Update setup-up version in CI --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3a54b8b..e99249c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -42,7 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/[email protected] with: python-version: ${{ matrix.python-version }} @@ -67,7 +67,7 @@ jobs: python-version: "3.10" - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/[email protected] with: python-version: "3.14"
