Skip to content

Commit 926e40e

Browse files
authored
Merge pull request #698 from powerapi-ng/dependabot/github_actions/astral-sh/setup-uv-7.1.1
build(deps): bump astral-sh/setup-uv from 7.1.0 to 7.1.1
2 parents 739700c + c725c7d commit 926e40e

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@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
29+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.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@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
58+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
5959

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

0 commit comments

Comments
 (0)