File tree 5 files changed +335
-339
lines changed
5 files changed +335
-339
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ outputs:
23
23
runs :
24
24
using : composite
25
25
steps :
26
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
26
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
27
27
id : setup-python
28
28
if : inputs.python-version != 'default'
29
29
with :
Original file line number Diff line number Diff line change 24
24
)
25
25
)
26
26
steps :
27
- - uses : actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
27
+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
28
28
id : app-token
29
29
with :
30
30
app-id : ${{ secrets.POETRY_TOKEN_APP_ID }}
Original file line number Diff line number Diff line change 17
17
18
18
- run : pipx run build
19
19
20
- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
20
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
21
21
with :
22
22
name : distfiles
23
23
path : dist/
60
60
name : distfiles
61
61
path : dist/
62
62
63
- - uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
63
+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
64
64
with :
65
65
print-hash : true
You can’t perform that action at this time.
0 commit comments