From bd1e37bef9293971944f907bb791bc05c85bc98f Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Fri, 19 Dec 2025 14:04:10 -0800 Subject: [PATCH] upgrade to action-setup-venv 3.2.0 --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0b544c57..a2b23c82 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,9 +58,8 @@ jobs: # we just cache the venv-dir directly in action-setup-venv enable-cache: false - - uses: getsentry/action-setup-venv@0958463ee0e02b9e8aa8f8e031afae1f84b80881 # v3.0.0 + - uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0 with: - python-version: 3.13.5 cache-dependency-path: uv.lock install-cmd: uv sync --frozen --only-dev --active