4646 version : " 3.14"
4747 toxenv : py314,smoke
4848 steps :
49- - uses : actions/checkout@v5 .0.0
49+ - uses : actions/checkout@v6 .0.1
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
6565 matrix :
6666 toxenv : [api_func_v4, cli_func_v4]
6767 steps :
68- - uses : actions/checkout@v5 .0.0
68+ - uses : actions/checkout@v6 .0.1
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
7777 TOXENV : ${{ matrix.toxenv }}
7878 run : tox -- --override-ini='log_cli=True'
7979 - name : Upload codecov coverage
80- uses : codecov/codecov-action@v5.5.1
80+ uses : codecov/codecov-action@v5.5.2
8181 with :
8282 files : ./coverage.xml
8383 flags : ${{ matrix.toxenv }}
8787 coverage :
8888 runs-on : ubuntu-24.04
8989 steps :
90- - uses : actions/checkout@v5 .0.0
90+ - uses : actions/checkout@v6 .0.1
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
@@ -100,7 +100,7 @@ jobs:
100100 TOXENV : cover
101101 run : tox
102102 - name : Upload codecov coverage
103- uses : codecov/codecov-action@v5.5.1
103+ uses : codecov/codecov-action@v5.5.2
104104 with :
105105 files : ./coverage.xml
106106 flags : unit
@@ -111,8 +111,8 @@ jobs:
111111 runs-on : ubuntu-latest
112112 name : Python wheel
113113 steps :
114- - uses : actions/checkout@v5 .0.0
115- - uses : actions/setup-python@v6.0 .0
114+ - uses : actions/checkout@v6 .0.1
115+ - uses : actions/setup-python@v6.1 .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@v5 .0.0
132+ - uses : actions/checkout@v6 .0.1
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