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 22
22
COVERAGE : coverage
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v4.1.7
25
+ uses : actions/checkout@v4
26
26
- name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@5.1.1
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install dependencies
41
41
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42
42
steps :
43
43
- name : Checkout code
44
- uses : actions/checkout@v4.1.7
44
+ uses : actions/checkout@v4
45
45
- name : Create Release
46
46
id : create_release
47
47
uses : actions/create-release@v1
Original file line number Diff line number Diff line change 12
12
PREFIX : /usr
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v4.1.7
15
+ uses : actions/checkout@v4
16
16
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@5.1.1
17
+ uses : actions/setup-python@5
18
18
- name : Install dependencies
19
19
run : |
20
20
git clone https://github.com/pylover/python-makelib.git make
You can’t perform that action at this time.
0 commit comments