File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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@v3
22
+ - uses : astral-sh/setup-uv@v4
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 37
37
path : dist
38
38
39
39
- name : Generate artifact attestation for sdist and wheel
40
- uses : actions/attest-build-provenance@v1.4.4
40
+ uses : actions/attest-build-provenance@v2.1.0
41
41
with :
42
42
subject-path : " dist/*"
43
43
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@v3
43
+ uses : astral-sh/setup-uv@v4
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@v3
106
+ uses : astral-sh/setup-uv@v4
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