mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
chore(ci): pin uv to 0.8.19 across all workflows (#39558)
Align CI uv version with flox environment (upgraded in #39537).
This commit is contained in:
1
.github/workflows/ci-ai.yml
vendored
1
.github/workflows/ci-ai.yml
vendored
@@ -46,6 +46,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.8.19
|
||||
pyproject-file: 'pyproject.toml'
|
||||
|
||||
- name: Install python dependencies
|
||||
|
||||
6
.github/workflows/ci-backend.yml
vendored
6
.github/workflows/ci-backend.yml
vendored
@@ -129,7 +129,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: steps.setup-uv.outputs.cache-hit != 'true'
|
||||
@@ -574,7 +574,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: ${{ needs.changes.outputs.backend == 'true' && steps.setup-uv-tests.outputs.cache-hit != 'true' }}
|
||||
@@ -845,7 +845,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: steps.setup-uv-async.outputs.cache-hit != 'true'
|
||||
|
||||
2
.github/workflows/ci-dagster.yml
vendored
2
.github/workflows/ci-dagster.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: steps.setup-uv.outputs.cache-hit != 'true'
|
||||
|
||||
2
.github/workflows/ci-e2e-playwright.yml
vendored
2
.github/workflows/ci-e2e-playwright.yml
vendored
@@ -321,7 +321,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Determine if hogql-parser has changed compared to master
|
||||
shell: bash
|
||||
|
||||
4
.github/workflows/ci-hog.yml
vendored
4
.github/workflows/ci-hog.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: steps.setup-uv.outputs.cache-hit != 'true'
|
||||
@@ -178,7 +178,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: steps.setup-uv-hogql-python.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
||||
2
.github/workflows/ci-nodejs.yml
vendored
2
.github/workflows/ci-nodejs.yml
vendored
@@ -152,7 +152,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install rust
|
||||
uses: dtolnay/rust-toolchain@6691ebadcb18182cc1391d07c9f295f657c593cd # 1.88
|
||||
|
||||
2
.github/workflows/ci-python.yml
vendored
2
.github/workflows/ci-python.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: steps.setup-uv.outputs.cache-hit != 'true'
|
||||
|
||||
2
.github/workflows/ci-rust.yml
vendored
2
.github/workflows/ci-rust.yml
vendored
@@ -164,7 +164,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install SAML (python3-saml) dependencies
|
||||
if: needs.changes.outputs.rust == 'true' && steps.setup-uv.outputs.cache-hit != 'true'
|
||||
|
||||
2
.github/workflows/ci-turbo.yml
vendored
2
.github/workflows/ci-turbo.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.8
|
||||
version: 0.8.19
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
|
||||
|
||||
Reference in New Issue
Block a user