File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
- " 3.12"
16
16
steps :
17
17
- name : Check out repository
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Install Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
check-latest : true
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Check out repository
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
- name : Install Python
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : " 3.x"
40
40
check-latest : true
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Check out repository
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
- name : Install Python
54
- uses : actions/setup-python@v4
54
+ uses : actions/setup-python@v5
55
55
with :
56
56
python-version : " 3.x"
57
57
check-latest : true
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
id-token : write
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
with :
15
15
ref : ${{ github.event.release.tag_name }}
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.x"
20
20
check-latest : true
You can’t perform that action at this time.
0 commit comments