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 4646 - uses : actions/checkout@v5
4747
4848 - name : " Setup Python"
49- uses : actions/setup-python@v6.0 .0
49+ uses : actions/setup-python@v6.1 .0
5050 with :
5151 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5252
Original file line number Diff line number Diff line change 4949 - uses : actions/checkout@v5
5050
5151 - name : " Setup Python"
52- uses : actions/setup-python@v6.0 .0
52+ uses : actions/setup-python@v6.1 .0
5353 with :
5454 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5555
Original file line number Diff line number Diff line change 7979 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
8080
8181 - name : Setup Python
82- uses : actions/setup-python@v6.0 .0
82+ uses : actions/setup-python@v6.1 .0
8383 with :
8484 python-version : ${{ inputs.python_version }}
8585
Original file line number Diff line number Diff line change 7070 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
7171
7272 - name : Setup Python
73- uses : actions/setup-python@v6.0 .0
73+ uses : actions/setup-python@v6.1 .0
7474 with :
7575 python-version : ${{ matrix.python-version }}
7676
You can’t perform that action at this time.
0 commit comments