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 51bafae commit e7ffa41Copy full SHA for e7ffa41
.github/workflows/bump.yml
@@ -19,7 +19,7 @@ jobs:
19
app-id: ${{ secrets.APP_ID }}
20
private-key: ${{ secrets.APP_PRIVATE_KEY }}
21
- uses: actions/checkout@v4
22
- - uses: astral-sh/setup-uv@v2
+ - uses: astral-sh/setup-uv@v3
23
- run: uvx nox -s pc_bump
24
env:
25
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments