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 2525 - name : Checkout
2626 uses : actions/checkout@v3
2727 - name : Setup Python 3.9
28- uses : actions/setup-python@v4.2 .0
28+ uses : actions/setup-python@v4.3 .0
2929 with :
3030 python-version : 3.9
3131 # ----------------------------------------------
9797 - name : Checkout
9898 uses : actions/checkout@v3
9999 - name : Setup Python ${{ matrix.pyver }}
100- uses : actions/setup-python@v4.2 .0
100+ uses : actions/setup-python@v4.3 .0
101101 with :
102102 python-version : ${{ matrix.pyver }}
103103 # ----------------------------------------------
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@v1
30+ uses : actions/setup-python@v4.3.0
3131 with :
3232 python-version : 3.9
3333
You can’t perform that action at this time.
0 commit comments