Skip to content

Commit 51bafae

Browse files
authored
ci: use uv (faster) for bump job
1 parent bc4da0e commit 51bafae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bump.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2121
- uses: actions/checkout@v4
22-
- run: pipx run nox -s pc_bump
22+
- uses: astral-sh/setup-uv@v2
23+
- run: uvx nox -s pc_bump
2324
env:
2425
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
- run: pipx run nox -s gha_bump
26+
- run: uvx nox -s gha_bump
2627
- run: git diff
2728
- uses: peter-evans/create-pull-request@v7
2829
with:

0 commit comments

Comments
 (0)