Skip to content

Commit

Permalink
Merge pull request #1 from Arama0517/dependabot/github_actions/astral…
Browse files Browse the repository at this point in the history
…-sh/setup-uv-5

chore(deps): bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
Arama0517 authored Dec 21, 2024
2 parents a8c3374 + e47c6eb commit 80b6d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os: [ubuntu, macos, windows]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
os: [ubuntu, macos, windows]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 80b6d27

Please sign in to comment.