Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run Clippy
run: make lint

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
if: steps.changes.outputs.python != 'true'
run: echo "No Python client files changed, skipping pre-commit checks"

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
if: steps.changes.outputs.python == 'true'
with:
version: '0.8.2'
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
if: steps.changes.outputs.python != 'true'
run: echo "No Python client files changed, skipping tests"

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
if: steps.changes.outputs.python == 'true'
with:
version: '0.8.2'
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
with:
key: ${{ github.job }}

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
with:
key: ${{ github.job }}

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
with:
key: ${{ github.job }}

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
with:
key: ${{ github.job }}

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
with:
key: ${{ github.job }}

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
with:
key: ${{ github.job }}

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
with:
key: ${{ github.job }}

- uses: astral-sh/setup-uv@884ad927a57e558e7a70b92f2bccf9198a4be546 # v6
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'
# we just cache the venv-dir directly in action-setup-venv
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
token: ${{ steps.token.outputs.token }}
fetch-depth: 0

- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
with:
version: '0.8.2'

- name: Prepare release
uses: getsentry/craft@c6e2f04939b6ee67030588afbb5af76b127d8203 # v2
env:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repos:
- id: check-symlinks
- id: end-of-file-fixer
exclude_types: [svg]
exclude: "^clients/CHANGELOG.md"
- id: trailing-whitespace
exclude_types: [svg]
- id: check-added-large-files
Expand Down
Loading