File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7676 - uses : actions/checkout@v4
7777
7878 - name : " Setup Python"
79- uses : actions/setup-python@v4.6.0
79+ uses : actions/setup-python@v5
8080 with :
8181 python-version : ${{ env.MAIN_PYTHON_VERSION }}
8282
Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@v4
4848
4949 - name : " Setup Python"
50- uses : actions/setup-python@v4.6.0
50+ uses : actions/setup-python@v5
5151 with :
5252 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5353
Original file line number Diff line number Diff line change 6969 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
7070
7171 - name : " Setup Python"
72- uses : actions/setup-python@v4.6.1
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : ${{ inputs.python_version }}
7575
Original file line number Diff line number Diff line change 7272 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
7373
7474 - name : " Setup Python"
75- uses : actions/setup-python@v4.6.0
75+ uses : actions/setup-python@v5
7676 with :
7777 python-version : ${{ matrix.python-version }}
7878
Original file line number Diff line number Diff line change 6868 - uses : actions/checkout@v4
6969
7070 - name : " Setup Python"
71- uses : actions/setup-python@v4.6.1
71+ uses : actions/setup-python@v5
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474
Original file line number Diff line number Diff line change 6969 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
7070
7171 - name : " Setup Python"
72- uses : actions/setup-python@v4.6.0
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : ${{ matrix.python-version }}
7575
Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@v4
4848
4949 - name : " Setup Python"
50- uses : actions/setup-python@v4.6.1
50+ uses : actions/setup-python@v5
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
111111
112112 - name : " Setup Python"
113- uses : actions/setup-python@v4.6.1
113+ uses : actions/setup-python@v5
114114 with :
115115 python-version : ${{ matrix.python-version }}
116116
Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@v4
4040
4141 - name : Setup Python
42- uses : actions/setup-python@v4.6.0
42+ uses : actions/setup-python@v5
4343 with :
4444 python-version : " 3.10"
4545
You can’t perform that action at this time.
0 commit comments