diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4cc7f9b..a53e852 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 # for SonarQube coverage report - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: enable-cache: true