Skip to content

Commit

Permalink
ci(dependencies): 👷 Update astral-sh/setup-uv to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 39d1779 commit b6cbf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5
- name: Pick environment to run
run: |
import os;
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5
- name: Pick environment to run
run: |
import os;
Expand Down

0 comments on commit b6cbf77

Please sign in to comment.