File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555
5656 # Install bundled libs using 3.9 even though you test it on other versions.
5757 - name : Use Python 3.9
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@v6
5959 with :
6060 python-version : ' 3.9'
6161
7474 # Now that the bundle is installed to target using python 3.9
7575 # switch back the python we want to test with
7676 - name : Use Python ${{ matrix.python }}
77- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7878 with :
7979 python-version : ${{ matrix.python }}
8080
Original file line number Diff line number Diff line change 6060
6161 # Install bundled libs using 3.9 even though you test it on other versions.
6262 - name : Use Python 3.9
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : ' 3.9'
6666
7979 # Now that the bundle is installed to target using python 3.9
8080 # switch back the python we want to test with
8181 - name : Use Python ${{ matrix.python }}
82- uses : actions/setup-python@v5
82+ uses : actions/setup-python@v6
8383 with :
8484 python-version : ${{ matrix.python }}
8585
You can’t perform that action at this time.
0 commit comments