Skip to content

Commit

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

chore(deps): bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
lumina37 authored Dec 21, 2024
2 parents 2177374 + 185dd07 commit fdd7ee9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Setup UV
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Install dependencies
run: uv sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: develop

- name: Setup UV
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Install dependencies
run: uv sync -p ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: develop

- name: Setup UV
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Install dependencies
run: uv sync --only-dev
Expand Down

0 comments on commit fdd7ee9

Please sign in to comment.