File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
permissions :
18
18
id-token : write # for PyPI trusted publishing
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python
22
22
uses : actions/setup-python@v4
23
23
with :
75
75
permissions :
76
76
contents : write # for softprops/action-gh-release to create GitHub release
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v4
79
79
- name : Get release version
80
80
id : get_version
81
81
uses : actions/github-script@v6
Original file line number Diff line number Diff line change 30
30
fail-fast : false
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- name : Set up Python ${{ matrix.python }}
35
35
uses : actions/setup-python@v4
36
36
if : " !endsWith(matrix.python, '-dev')"
53
53
runs-on : ubuntu-latest
54
54
55
55
steps :
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
- name : Set up Python ${{ matrix.python }}
58
58
uses : actions/setup-python@v4
59
59
with :
76
76
- mypy
77
77
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
- name : Setup python
81
81
uses : actions/setup-python@v4
82
82
with :
You can’t perform that action at this time.
0 commit comments