4848 steps :
4949 - uses : actions/checkout@v6.0.0
5050 - name : Set up Python ${{ matrix.python.version }}
51- uses : actions/setup-python@v6.0 .0
51+ uses : actions/setup-python@v6.1 .0
5252 with :
5353 python-version : ${{ matrix.python.version }}
5454 - name : Install dependencies
6767 steps :
6868 - uses : actions/checkout@v6.0.0
6969 - name : Set up Python
70- uses : actions/setup-python@v6.0 .0
70+ uses : actions/setup-python@v6.1 .0
7171 with :
7272 python-version : " 3.14"
7373 - name : Install dependencies
8989 steps :
9090 - uses : actions/checkout@v6.0.0
9191 - name : Set up Python ${{ matrix.python-version }}
92- uses : actions/setup-python@v6.0 .0
92+ uses : actions/setup-python@v6.1 .0
9393 with :
9494 python-version : " 3.14"
9595 - name : Install dependencies
@@ -112,7 +112,7 @@ jobs:
112112 name : Python wheel
113113 steps :
114114 - uses : actions/checkout@v6.0.0
115- - uses : actions/setup-python@v6.0 .0
115+ - uses : actions/setup-python@v6.1 .0
116116 with :
117117 python-version : " 3.14"
118118 - name : Install dependencies
@@ -131,7 +131,7 @@ jobs:
131131 steps :
132132 - uses : actions/checkout@v6.0.0
133133 - name : Set up Python
134- uses : actions/setup-python@v6.0 .0
134+ uses : actions/setup-python@v6.1 .0
135135 with :
136136 python-version : ' 3.14'
137137 - uses : actions/download-artifact@v6.0.0
0 commit comments