Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 2f820c6 commit 46fa72a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.5.9"
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0

- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.5.9"
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git switch -
cp $temp_dir/bilibili-danmu-blocklist-old.json bilibili-danmu-blocklist-old.json
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
version: "0.5.9"
enable-cache: true
Expand Down

0 comments on commit 46fa72a

Please sign in to comment.