diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1830b630a2..818f750b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,9 +66,9 @@ jobs: # we just cache the venv-dir directly in action-setup-venv enable-cache: false - - uses: getsentry/action-setup-venv@v3.0.0 + - uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0 with: - python-version: 3.11.11 + cache-dependency-path: uv.lock # NOTE: can't pass --only-dev yet since we're missing some mypy stub packages install-cmd: uv sync --frozen --active @@ -144,9 +144,9 @@ jobs: # we just cache the venv-dir directly in action-setup-venv enable-cache: false - - uses: getsentry/action-setup-venv@v3.0.0 + - uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0 with: - python-version: 3.11.11 + cache-dependency-path: uv.lock install-cmd: uv sync --frozen --active diff --git a/.github/workflows/ddl-changes.yml b/.github/workflows/ddl-changes.yml index 3944e27cda..19c5f4ce40 100644 --- a/.github/workflows/ddl-changes.yml +++ b/.github/workflows/ddl-changes.yml @@ -27,9 +27,9 @@ jobs: # we just cache the venv-dir directly in action-setup-venv enable-cache: false - - uses: getsentry/action-setup-venv@v3.0.0 + - uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0 with: - python-version: 3.11.11 + cache-dependency-path: uv.lock install-cmd: uv sync --frozen --active diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index fa791bbf09..733e6edecd 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -16,9 +16,9 @@ jobs: # we just cache the venv-dir directly in action-setup-venv enable-cache: false - - uses: getsentry/action-setup-venv@v3.0.0 + - uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0 with: - python-version: 3.11.11 + cache-dependency-path: docs-requirements.txt install-cmd: echo diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4d466822b4..a0379f82b6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,9 +18,9 @@ jobs: # we just cache the venv-dir directly in action-setup-venv enable-cache: false - - uses: getsentry/action-setup-venv@v3.0.0 + - uses: getsentry/action-setup-venv@5a80476d175edf56cb205b08bc58986fa99d1725 # v3.2.0 with: - python-version: 3.11.11 + cache-dependency-path: docs-requirements.txt install-cmd: echo