File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v3
4444
4545 - name : " Setup Python"
46- uses : actions/setup-python@v4.6 .0
46+ uses : actions/setup-python@v4.7 .0
4747 with :
4848 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4949
Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@v3
4141
4242 - name : " Setup Python"
43- uses : actions/setup-python@v4.6 .0
43+ uses : actions/setup-python@v4.7 .0
4444 with :
4545 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4646
@@ -211,7 +211,7 @@ jobs:
211211 runs-on : ubuntu-latest
212212 steps :
213213 - name : " Set up Python"
214- uses : actions/setup-python@v4.6 .0
214+ uses : actions/setup-python@v4.7 .0
215215 with :
216216 python-version : 3.9
217217
Original file line number Diff line number Diff line change 9999 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
100100
101101 - name : Setup Python
102- uses : actions/setup-python@v4.6 .0
102+ uses : actions/setup-python@v4.7 .0
103103 with :
104104 python-version : ${{ inputs.python_version }}
105105
Original file line number Diff line number Diff line change 9292 echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
9393
9494 - name : Setup Python
95- uses : actions/setup-python@v4.6 .0
95+ uses : actions/setup-python@v4.7 .0
9696 with :
9797 python-version : ${{ matrix.python-version }}
9898
You can’t perform that action at this time.
0 commit comments