Skip to content

Commit bbd3dcb

Browse files
authored
Merge pull request #598 from powerapi-ng/dependabot/github_actions/astral-sh/setup-uv-6.0.1
build(deps): bump astral-sh/setup-uv from 6.0.0 to 6.0.1
2 parents cfd6dff + 0ad758c commit bbd3dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727

2828
- name: Install uv
29-
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
29+
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
3030

3131
- name: Install dependencies
3232
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python-version: "3.x"
5656

5757
- name: Install uv
58-
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
58+
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
5959

6060
- name: Build sdist and wheel
6161
run: |

0 commit comments

Comments
 (0)