File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : Checkout
2929 uses : actions/checkout@v4
3030 - name : Setup Python 3.9
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{env.pythonversion}}
3434 # ----------------------------------------------
@@ -100,7 +100,7 @@ jobs:
100100 - name : Checkout
101101 uses : actions/checkout@v4
102102 - name : Setup Python ${{ matrix.pyver }}
103- uses : actions/setup-python@v5
103+ uses : actions/setup-python@v6
104104 with :
105105 python-version : ${{ matrix.pyver }}
106106 # ----------------------------------------------
Original file line number Diff line number Diff line change 2727 value : " ${{ steps.get_version.outputs.VERSION }}"
2828
2929 - name : Set up Python 3.9
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : 3.9
3333
You can’t perform that action at this time.
0 commit comments