We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1a332 + 802b4bf commit da37abbCopy full SHA for da37abb
.github/workflows/ci-cd.yml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
fetch-depth: 0
64
- name: Install the latest version of uv
65
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
66
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
67
uses: actions/setup-python@v5
68
@@ -126,7 +126,7 @@ jobs:
126
127
128
129
130
- name: Set up Python ${{ matrix.python-version }}
131
132
0 commit comments