4646 version : " 3.14"
4747 toxenv : py314,smoke
4848 steps :
49- - uses : actions/checkout@v6.0.1
49+ - uses : actions/checkout@v6.0.2
5050 - name : Set up Python ${{ matrix.python.version }}
51- uses : actions/setup-python@v6.1 .0
51+ uses : actions/setup-python@v6.2 .0
5252 with :
5353 python-version : ${{ matrix.python.version }}
5454 - name : Install dependencies
6565 matrix :
6666 toxenv : [api_func_v4, cli_func_v4]
6767 steps :
68- - uses : actions/checkout@v6.0.1
68+ - uses : actions/checkout@v6.0.2
6969 - name : Set up Python
70- uses : actions/setup-python@v6.1 .0
70+ uses : actions/setup-python@v6.2 .0
7171 with :
7272 python-version : " 3.14"
7373 - name : Install dependencies
8787 coverage :
8888 runs-on : ubuntu-24.04
8989 steps :
90- - uses : actions/checkout@v6.0.1
90+ - uses : actions/checkout@v6.0.2
9191 - name : Set up Python ${{ matrix.python-version }}
92- uses : actions/setup-python@v6.1 .0
92+ uses : actions/setup-python@v6.2 .0
9393 with :
9494 python-version : " 3.14"
9595 - name : Install dependencies
@@ -111,8 +111,8 @@ jobs:
111111 runs-on : ubuntu-latest
112112 name : Python wheel
113113 steps :
114- - uses : actions/checkout@v6.0.1
115- - uses : actions/setup-python@v6.1 .0
114+ - uses : actions/checkout@v6.0.2
115+ - uses : actions/setup-python@v6.2 .0
116116 with :
117117 python-version : " 3.14"
118118 - name : Install dependencies
@@ -129,9 +129,9 @@ jobs:
129129 runs-on : ubuntu-latest
130130 needs : [dist]
131131 steps :
132- - uses : actions/checkout@v6.0.1
132+ - uses : actions/checkout@v6.0.2
133133 - name : Set up Python
134- uses : actions/setup-python@v6.1 .0
134+ uses : actions/setup-python@v6.2 .0
135135 with :
136136 python-version : ' 3.14'
137137 - uses : actions/download-artifact@v7.0.0
0 commit comments