File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
app-id : ${{ secrets.APP_ID }}
20
20
private-key : ${{ secrets.APP_PRIVATE_KEY }}
21
21
- uses : actions/checkout@v4
22
- - uses : astral-sh/setup-uv@v5
22
+ - uses : astral-sh/setup-uv@v6
23
23
- run : uvx nox -s pc_bump
24
24
env :
25
25
GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 40
40
allow-prereleases : true
41
41
42
42
- name : Setup uv
43
- uses : astral-sh/setup-uv@v5
43
+ uses : astral-sh/setup-uv@v6
44
44
45
45
- name : Install nox
46
46
run : uv tool install nox
@@ -104,7 +104,7 @@ jobs:
104
104
allow-prereleases : true
105
105
106
106
- name : Setup uv
107
- uses : astral-sh/setup-uv@v5
107
+ uses : astral-sh/setup-uv@v6
108
108
109
109
- name : Install nox
110
110
run : uv tool install nox
You can’t perform that action at this time.
0 commit comments