Skip to content

Commit

Permalink
Merge pull request #357 from jorenham/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns-b6f5d829ff

Bump astral-sh/setup-uv from 3 to 4 in the actions group
  • Loading branch information
jorenham authored Nov 25, 2024
2 parents 7efe5d4 + 2bc9561 commit 2b81899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
globs: "*.md"

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true

Expand Down

0 comments on commit 2b81899

Please sign in to comment.