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@v4
22
+ - uses : astral-sh/setup-uv@v5
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@v4
43
+ uses : astral-sh/setup-uv@v5
44
44
45
45
- name : Install nox
46
46
run : uv tool install nox
@@ -103,7 +103,7 @@ jobs:
103
103
allow-prereleases : true
104
104
105
105
- name : Setup uv
106
- uses : astral-sh/setup-uv@v4
106
+ uses : astral-sh/setup-uv@v5
107
107
108
108
- name : Install nox
109
109
run : uv tool install nox
You can’t perform that action at this time.
0 commit comments