diff --git a/.github/workflows/main-push-and-pr.yml b/.github/workflows/main-push-and-pr.yml index 37c3b75..9ee3f6f 100644 --- a/.github/workflows/main-push-and-pr.yml +++ b/.github/workflows/main-push-and-pr.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Install dependencies run: make install