4848 steps :
4949 - uses : actions/checkout@v4.1.1
5050 - name : Set up Python ${{ matrix.python.version }}
51- uses : actions/setup-python@v4.7.1
51+ uses : actions/setup-python@v4.8.0
5252 with :
5353 python-version : ${{ matrix.python.version }}
5454 - name : Install dependencies
6666 steps :
6767 - uses : actions/checkout@v4.1.1
6868 - name : Set up Python
69- uses : actions/setup-python@v4.7.1
69+ uses : actions/setup-python@v4.8.0
7070 with :
7171 python-version : " 3.12"
7272 - name : Install dependencies
8787 steps :
8888 - uses : actions/checkout@v4.1.1
8989 - name : Set up Python ${{ matrix.python-version }}
90- uses : actions/setup-python@v4.7.1
90+ uses : actions/setup-python@v4.8.0
9191 with :
9292 python-version : " 3.12"
9393 - name : Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109 name : Python wheel
110110 steps :
111111 - uses : actions/checkout@v4.1.1
112- - uses : actions/setup-python@v4.7.1
112+ - uses : actions/setup-python@v4.8.0
113113 with :
114114 python-version : " 3.12"
115115 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 - uses : actions/checkout@v4.1.1
130130 - name : Set up Python
131- uses : actions/setup-python@v4.7.1
131+ uses : actions/setup-python@v4.8.0
132132 with :
133133 python-version : ' 3.12'
134134 - uses : actions/download-artifact@v3.0.2
0 commit comments