Skip to content

Commit

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

Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
gerlero authored Dec 27, 2024
2 parents cf23aab + f9a565d commit 9d2d4be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
openfoam-version: ${{ matrix.openfoam-version }}
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Check package build
run: |
uv build
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Build
run: uv build
- name: Publish to PyPI
Expand Down

0 comments on commit 9d2d4be

Please sign in to comment.