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 4343 - uses : actions/checkout@v4
4444
4545 - name : " Setup Python"
46- uses : actions/setup-python@v5.2 .0
46+ uses : actions/setup-python@v5.3 .0
4747 with :
4848 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4949
Original file line number Diff line number Diff line change 4646 - uses : actions/checkout@v4
4747
4848 - name : " Setup Python"
49- uses : actions/setup-python@v5.2 .0
49+ uses : actions/setup-python@v5.3 .0
5050 with :
5151 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5252
Original file line number Diff line number Diff line change 8181 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
8282
8383 - name : Setup Python
84- uses : actions/setup-python@v5.2 .0
84+ uses : actions/setup-python@v5.3 .0
8585 with :
8686 python-version : ${{ inputs.python_version }}
8787
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@v5.2 .0
75+ uses : actions/setup-python@v5.3 .0
7676 with :
7777 python-version : ${{ matrix.python-version }}
7878
You can’t perform that action at this time.
0 commit comments