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 18
18
19
19
steps :
20
20
- name : Acquire sources
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
# Fixup for `setuptools_scm`
24
24
# https://github.com/pypa/setuptools_scm/issues/480
Original file line number Diff line number Diff line change 18
18
release :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
24
- name : tags
30
30
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
31
31
- name : install
32
32
run : |
33
- go install github.com/github-release/github-release@100e8554
33
+ go install github.com/github-release/github-release@0.10.0
34
34
- name : release
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 35
35
' pypy-3.6' , 'pypy-3.10',
36
36
]
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
- name : Setup Python
41
41
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments