88 steps :
991010 - name : Set up Python
11- uses : actions/setup-python@v4.5 .0
11+ uses : actions/setup-python@v4.6 .0
1212 with :
1313 python-version : ' 3.x'
1414 - name : Install dependencies
2424 steps :
25252626 - name : Set up Python
27- uses : actions/setup-python@v4.5 .0
27+ uses : actions/setup-python@v4.6 .0
2828 with :
2929 python-version : ' 3.7'
3030 - name : Install dependencies
4444 steps :
45454646 - name : Set up Python
47- uses : actions/setup-python@v4.5 .0
47+ uses : actions/setup-python@v4.6 .0
4848 with :
4949 python-version : ' 3.x'
5050 - name : Install dependencies
6464 steps :
65656666 - name : Set up Python
67- uses : actions/setup-python@v4.5 .0
67+ uses : actions/setup-python@v4.6 .0
6868 with :
6969 python-version : ' 3.x'
7070 - name : Install dependencies
8787 steps :
88888989 - name : Set up Python ${{ matrix.python-version }}
90- uses : actions/setup-python@v4.5 .0
90+ uses : actions/setup-python@v4.6 .0
9191 with :
9292 python-version : ${{ matrix.python-version }}
9393 - name : Install dependencies
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112113113 - name : Set up Python
114- uses : actions/setup-python@v4.5 .0
114+ uses : actions/setup-python@v4.6 .0
115115 with :
116116 python-version : ' 3.x'
117117 - name : Install dependencies
0 commit comments