Skip to content

Commit

Permalink
Update dependency astral-sh/setup-uv to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 8246a8a commit 42de01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integeration/foo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install uv
uses: astral-sh/setup-uv@v2
uses: astral-sh/setup-uv@v3
```
# Bar
Expand All @@ -29,5 +29,5 @@ jobs:
- uses: actions/checkout@v4.0

- name: Install uv
uses: astral-sh/setup-uv@v2.0
uses: astral-sh/setup-uv@v3
```

0 comments on commit 42de01c

Please sign in to comment.