File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v4
44
44
45
45
- name : " Setup Python"
46
- uses : actions/setup-python@v4.7 .0
46
+ uses : actions/setup-python@v5.0 .0
47
47
with :
48
48
python-version : ${{ env.MAIN_PYTHON_VERSION }}
49
49
Original file line number Diff line number Diff line change 46
46
- uses : actions/checkout@v4
47
47
48
48
- name : " Setup Python"
49
- uses : actions/setup-python@v4.7 .0
49
+ uses : actions/setup-python@v5.0 .0
50
50
with :
51
51
python-version : ${{ env.MAIN_PYTHON_VERSION }}
52
52
Original file line number Diff line number Diff line change 79
79
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
80
80
81
81
- name : Setup Python
82
- uses : actions/setup-python@v4.7 .0
82
+ uses : actions/setup-python@v5.0 .0
83
83
with :
84
84
python-version : ${{ inputs.python_version }}
85
85
Original file line number Diff line number Diff line change 72
72
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
73
73
74
74
- name : Setup Python
75
- uses : actions/setup-python@v4.7 .0
75
+ uses : actions/setup-python@v5.0 .0
76
76
with :
77
77
python-version : ${{ matrix.python-version }}
78
78
You can’t perform that action at this time.
0 commit comments