diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9dbc51a29e..e71b9c8e1f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ env: GOVERSIONINFO_VERSION: 1.4.1 # https://github.com/josephspurrier/goversioninfo/releases PYTHON_VERSION: '3.10' # https://www.python.org/downloads/ RAGE_VERSION: 0.11.1 # https://github.com/str4d/rage/releases - UV_VERSION: 0.5.30 # https://github.com/astral-sh/uv/releases + UV_VERSION: 0.5.31 # https://github.com/astral-sh/uv/releases jobs: changes: runs-on: ubuntu-22.04