diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 86039726..ecf19878 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -47,9 +47,8 @@ jobs: # we just cache the venv-dir directly in action-setup-venv enable-cache: false - - uses: getsentry/action-setup-venv@3a832a9604b3e1a4202ae559248f26867b467cc7 # v2.1.1 + - 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