Skip to content

Commit 748c555

Browse files
authored
chore: Pin astral-sh/setup-uv action to v7.3.1 (#3703)
ASF Infra does not allow anything but the whitelisted versions: https://github.com/apache/avro/actions/runs/23408374575
1 parent 8c56c01 commit 748c555

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
python-version: 3.11
183183

184184
- name: Setup uv
185-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 7.6.0
185+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
186186

187187
- name: Build docs
188188
working-directory: lang/py

.github/workflows/test-lang-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
python-version: "3.12"
127127

128128
- name: Setup uv
129-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 7.6.0
129+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
130130

131131
- name: "Apt Install Compression Libs Required by Python"
132132
run: |

.github/workflows/test-lang-py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: ${{ matrix.python }}
6060

6161
- name: Setup uv
62-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 7.6.0
62+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
6363

6464
- name: Apt Install Compression Libs
6565
run: |
@@ -105,7 +105,7 @@ jobs:
105105
python-version: ${{ matrix.python }}
106106

107107
- name: Setup uv
108-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 7.6.0
108+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
109109

110110
- name: Apt Install Compression Libs
111111
run: |

0 commit comments

Comments
 (0)