We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2628ff commit faf0d46Copy full SHA for faf0d46
.github/workflows/evaluate.yaml
@@ -130,7 +130,7 @@ jobs:
130
ref: refs/pull/${{ github.event.issue.number }}/head
131
132
- name: Install uv
133
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
134
with:
135
enable-cache: true
136
version: "0.4.20"
.github/workflows/python-test.yaml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
33
34
35
36
0 commit comments