File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file 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@v2
28+ uses : actions/setup-python@v3.1.1
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@v2
100+ uses : actions/setup-python@v3.1.1
101101 with :
102102 python-version : ${{ matrix.pyver }}
103103 # ----------------------------------------------
@@ -158,7 +158,7 @@ jobs:
158158 - name : Checkout
159159 uses : actions/checkout@v3
160160 - name : Setup Python 3.9
161- uses : actions/setup-python@v2
161+ uses : actions/setup-python@v3.1.1
162162 with :
163163 python-version : 3.9
164164 - name : Install Poetry
You can’t perform that action at this time.
0 commit comments