Skip to content

Commit

Permalink
CI: Update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2024
1 parent d24e4cd commit 28aac71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
setup.py
- name: Install uv
uses: yezz123/setup-uv@v4
uses: yezz123/setup-uv@v4.1
with:
uv-version: '>=0.1.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache-dependency-path: 'setup.py'

- name: Install uv
uses: yezz123/setup-uv@v4
uses: yezz123/setup-uv@v4.1
with:
uv-version: '>=0.1.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache-dependency-path: 'setup.py'

- name: Install uv
uses: yezz123/setup-uv@v4
uses: yezz123/setup-uv@v4.1
with:
uv-version: '>=0.1.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-dependency-path: setup.py

- name: Install uv
uses: yezz123/setup-uv@v4
uses: yezz123/setup-uv@v4.1
with:
uv-version: '>=0.1.2'

Expand Down

0 comments on commit 28aac71

Please sign in to comment.