File tree 5 files changed +7
-7
lines changed 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 42
42
run : |
43
43
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
44
44
- name : Set up Python
45
- uses : actions/setup-python@v5.4 .0
45
+ uses : actions/setup-python@v5.5 .0
46
46
with :
47
47
python-version : ${{ matrix.python-version }}
48
48
- name : Upgrade pip
Original file line number Diff line number Diff line change 20
20
fetch-depth : 0
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v5.4 .0
23
+ uses : actions/setup-python@v5.5 .0
24
24
with :
25
25
python-version : 3.12
26
26
52
52
needs : build-artifact
53
53
runs-on : ubuntu-22.04
54
54
steps :
55
- - uses : actions/setup-python@v5.4 .0
55
+ - uses : actions/setup-python@v5.5 .0
56
56
name : Install Python
57
57
with :
58
58
python-version : 3.12
Original file line number Diff line number Diff line change 35
35
with :
36
36
fetch-depth : 0 # Fetch all history for all branches and tags.
37
37
- name : Set up Python
38
- uses : actions/setup-python@v5.4 .0
38
+ uses : actions/setup-python@v5.5 .0
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Upgrade pip
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5.4 .0
27
+ uses : actions/setup-python@v5.5 .0
28
28
with :
29
29
python-version : 3.12
30
30
56
56
needs : build-artifact
57
57
runs-on : ubuntu-22.04
58
58
steps :
59
- - uses : actions/setup-python@v5.4 .0
59
+ - uses : actions/setup-python@v5.5 .0
60
60
name : Install Python
61
61
with :
62
62
python-version : 3.12
Original file line number Diff line number Diff line change 46
46
# Check data endpoint
47
47
curl http://localhost:8080/data/
48
48
- name : Setup Python
49
- uses : actions/setup-python@v5.4 .0
49
+ uses : actions/setup-python@v5.5 .0
50
50
with :
51
51
python-version : ${{ matrix.python-version }}
52
52
architecture : x64
You can’t perform that action at this time.
0 commit comments