File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v4.1.7
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v4.1.7
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5.2.0
18
18
with :
19
19
python-version : " 3.12"
20
20
cache : ' pip'
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v4.1.7
36
36
- name : Set up Python
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5.2.0
38
38
with :
39
39
python-version : ' 3.12'
40
40
cache : ' pip'
Original file line number Diff line number Diff line change 10
10
name : Build and publish Python 🐍 distributions 📦 to pypi
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v4.1.7
14
14
- name : Set up Python 3.12
15
15
uses : actions/setup-python@v3
16
16
with :
Original file line number Diff line number Diff line change 11
11
name : Build and publish Python 🐍 distributions 📦 to TestPyPI
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v4.1.7
15
15
- name : Set up Python 3.12
16
16
uses : actions/setup-python@v3
17
17
with :
Original file line number Diff line number Diff line change 20
20
]
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v4.1.7
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5.2.0
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments