Skip to content

Commit

Permalink
Merge pull request #456 from Ponte-Energy-Partners/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/astral-sh/setup-uv-4

build(deps): bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
jakob-keller authored Dec 8, 2024
2 parents 4a8e8fc + 6016cbf commit ef25adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- id: uv
name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
version: "0.4.27"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
version: "0.4.27"
Expand Down

0 comments on commit ef25adf

Please sign in to comment.