Skip to content

Commit

Permalink
Merge pull request #139 from Azure-Samples/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…astral-sh/setup-uv-4

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
pamelafox authored Nov 25, 2024
2 parents 12680df + fdc2ca7 commit 407271f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
architecture: x64

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
version: "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/evaluate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python-version: '3.12'

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
version: "0.4.20"
Expand Down

0 comments on commit 407271f

Please sign in to comment.