5050 steps :
5151 - uses : actions/checkout@v4.1.7
5252 - name : Set up Python ${{ matrix.python.version }}
53- uses : actions/setup-python@v5.1.0
53+ uses : actions/setup-python@v5.1.1
5454 with :
5555 python-version : ${{ matrix.python.version }}
5656 - name : Install dependencies
6868 steps :
6969 - uses : actions/checkout@v4.1.7
7070 - name : Set up Python
71- uses : actions/setup-python@v5.1.0
71+ uses : actions/setup-python@v5.1.1
7272 with :
7373 python-version : " 3.12"
7474 - name : Install dependencies
9090 steps :
9191 - uses : actions/checkout@v4.1.7
9292 - name : Set up Python ${{ matrix.python-version }}
93- uses : actions/setup-python@v5.1.0
93+ uses : actions/setup-python@v5.1.1
9494 with :
9595 python-version : " 3.12"
9696 - name : Install dependencies
@@ -113,7 +113,7 @@ jobs:
113113 name : Python wheel
114114 steps :
115115 - uses : actions/checkout@v4.1.7
116- - uses : actions/setup-python@v5.1.0
116+ - uses : actions/setup-python@v5.1.1
117117 with :
118118 python-version : " 3.12"
119119 - name : Install dependencies
@@ -132,7 +132,7 @@ jobs:
132132 steps :
133133 - uses : actions/checkout@v4.1.7
134134 - name : Set up Python
135- uses : actions/setup-python@v5.1.0
135+ uses : actions/setup-python@v5.1.1
136136 with :
137137 python-version : ' 3.12'
138138 - uses : actions/download-artifact@v4.1.8
0 commit comments