5050 steps :
5151 - uses : actions/checkout@v3.5.3
5252 - name : Set up Python ${{ matrix.python.version }}
53- uses : actions/setup-python@v4.6.1
53+ uses : actions/setup-python@v4.7.0
5454 with :
5555 python-version : ${{ matrix.python.version }}
5656 - name : Install dependencies
6868 steps :
6969 - uses : actions/checkout@v3.5.3
7070 - name : Set up Python
71- uses : actions/setup-python@v4.6.1
71+ uses : actions/setup-python@v4.7.0
7272 with :
7373 python-version : " 3.11"
7474 - name : Install dependencies
8989 steps :
9090 - uses : actions/checkout@v3.5.3
9191 - name : Set up Python ${{ matrix.python-version }}
92- uses : actions/setup-python@v4.6.1
92+ uses : actions/setup-python@v4.7.0
9393 with :
9494 python-version : " 3.11"
9595 - name : Install dependencies
@@ -111,7 +111,7 @@ jobs:
111111 name : Python wheel
112112 steps :
113113 - uses : actions/checkout@v3.5.3
114- - uses : actions/setup-python@v4.6.1
114+ - uses : actions/setup-python@v4.7.0
115115 with :
116116 python-version : " 3.11"
117117 - name : Install dependencies
@@ -130,7 +130,7 @@ jobs:
130130 steps :
131131 - uses : actions/checkout@v3.5.3
132132 - name : Set up Python
133- uses : actions/setup-python@v4.6.1
133+ uses : actions/setup-python@v4.7.0
134134 with :
135135 python-version : ' 3.11'
136136 - uses : actions/download-artifact@v3.0.2
0 commit comments