Skip to content

Commit ab020a4

Browse files
authored
Merge pull request #671 from powerapi-ng/dependabot/github_actions/astral-sh/setup-uv-6.7.0
build(deps): bump astral-sh/setup-uv from 6.6.1 to 6.7.0
2 parents 55abad1 + 11a6a59 commit ab020a4

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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
29+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
58+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
5959

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

0 commit comments

Comments
 (0)