4646 version : " 3.12"
4747 toxenv : py312,smoke
4848 steps :
49- - uses : actions/checkout@v4.2.0
49+ - uses : actions/checkout@v4.2.1
5050 - name : Set up Python ${{ matrix.python.version }}
5151 uses : actions/setup-python@v5.2.0
5252 with :
6464 matrix :
6565 toxenv : [api_func_v4, cli_func_v4]
6666 steps :
67- - uses : actions/checkout@v4.2.0
67+ - uses : actions/checkout@v4.2.1
6868 - name : Set up Python
6969 uses : actions/setup-python@v5.2.0
7070 with :
8686 coverage :
8787 runs-on : ubuntu-22.04
8888 steps :
89- - uses : actions/checkout@v4.2.0
89+ - uses : actions/checkout@v4.2.1
9090 - name : Set up Python ${{ matrix.python-version }}
9191 uses : actions/setup-python@v5.2.0
9292 with :
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 name : Python wheel
112112 steps :
113- - uses : actions/checkout@v4.2.0
113+ - uses : actions/checkout@v4.2.1
114114 - uses : actions/setup-python@v5.2.0
115115 with :
116116 python-version : " 3.12"
@@ -119,7 +119,7 @@ jobs:
119119 pip install -r requirements-test.txt
120120 - name : Build package
121121 run : python -m build -o dist/
122- - uses : actions/upload-artifact@v4.4.0
122+ - uses : actions/upload-artifact@v4.4.3
123123 with :
124124 name : dist
125125 path : dist
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : [dist]
130130 steps :
131- - uses : actions/checkout@v4.2.0
131+ - uses : actions/checkout@v4.2.1
132132 - name : Set up Python
133133 uses : actions/setup-python@v5.2.0
134134 with :
0 commit comments