We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4da0e commit 51bafaeCopy full SHA for 51bafae
.github/workflows/bump.yml
@@ -19,10 +19,11 @@ jobs:
19
app-id: ${{ secrets.APP_ID }}
20
private-key: ${{ secrets.APP_PRIVATE_KEY }}
21
- uses: actions/checkout@v4
22
- - run: pipx run nox -s pc_bump
+ - uses: astral-sh/setup-uv@v2
23
+ - run: uvx nox -s pc_bump
24
env:
25
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - run: pipx run nox -s gha_bump
26
+ - run: uvx nox -s gha_bump
27
- run: git diff
28
- uses: peter-evans/create-pull-request@v7
29
with:
0 commit comments