Skip to content

Commit

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

chore(deps): bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
lumina37 authored Nov 26, 2024
2 parents 8e7aa93 + 29b3226 commit dc43b6c
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@v3
uses: astral-sh/setup-uv@v4

- 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@v3
uses: astral-sh/setup-uv@v4

- 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@v3
uses: astral-sh/setup-uv@v4

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

0 comments on commit dc43b6c

Please sign in to comment.