Skip to content

Commit

Permalink
Merge pull request #334 from pail23/dependabot/github_actions/astral-…
Browse files Browse the repository at this point in the history
…sh/setup-uv-4.0.0

Bump astral-sh/setup-uv from 3.2.3 to 4.0.0
  • Loading branch information
pail23 authored Nov 26, 2024
2 parents 64f2ea9 + 76a3c25 commit 63ce1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: "actions/[email protected]"

- name: Install uv
uses: astral-sh/setup-uv@e779db74266a80753577425b0f4ee823649f251d # v3
uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 # v3

- name: Set up Python
run: uv python install 3.12
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Check out code from GitHub
uses: "actions/[email protected]"
- name: Install uv
uses: astral-sh/setup-uv@e779db74266a80753577425b0f4ee823649f251d # v3
uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 # v3

- name: Set up Python
run: uv python install 3.11
Expand Down

0 comments on commit 63ce1f7

Please sign in to comment.