martin-g commented on code in PR #3676:
URL: https://github.com/apache/avro/pull/3676#discussion_r2877528456
##########
.github/workflows/test-lang-java.yml:
##########
@@ -126,7 +126,7 @@ jobs:
python-version: "3.12"
- name: Setup uv
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+ uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
Review Comment:
```suggestion
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 #
7.3.1
```
##########
.github/workflows/deploy-docs.yml:
##########
@@ -182,7 +182,7 @@ jobs:
python-version: 3.11
- name: Setup uv
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+ uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
Review Comment:
```suggestion
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 #
7.3.1
```
##########
.github/workflows/test-lang-py.yml:
##########
@@ -105,7 +105,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Setup uv
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+ uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
Review Comment:
```suggestion
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 #
7.3.1
```
##########
.github/workflows/test-lang-py.yml:
##########
@@ -59,7 +59,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Setup uv
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+ uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
Review Comment:
```suggestion
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 #
7.3.1
```
##########
.github/workflows/test-lang-js.yml:
##########
@@ -101,7 +101,7 @@ jobs:
libzstd-dev
- name: Setup uv
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
+ uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
Review Comment:
```suggestion
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 #
7.3.1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]