4848 version : " 3.12"
4949 toxenv : py312,smoke
5050 steps :
51- - uses : actions/checkout@v4.1.6
51+ - uses : actions/checkout@v4.1.7
5252 - name : Set up Python ${{ matrix.python.version }}
5353 uses : actions/setup-python@v5.1.0
5454 with :
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- - uses : actions/checkout@v4.1.6
69+ - uses : actions/checkout@v4.1.7
7070 - name : Set up Python
7171 uses : actions/setup-python@v5.1.0
7272 with :
7878 TOXENV : ${{ matrix.toxenv }}
7979 run : tox -- --override-ini='log_cli=True'
8080 - name : Upload codecov coverage
81- uses : codecov/codecov-action@v4.4.1
81+ uses : codecov/codecov-action@v4.5.0
8282 with :
8383 files : ./coverage.xml
8484 flags : ${{ matrix.toxenv }}
8787 coverage :
8888 runs-on : ubuntu-22.04
8989 steps :
90- - uses : actions/checkout@v4.1.6
90+ - uses : actions/checkout@v4.1.7
9191 - name : Set up Python ${{ matrix.python-version }}
9292 uses : actions/setup-python@v5.1.0
9393 with :
@@ -100,7 +100,7 @@ jobs:
100100 TOXENV : cover
101101 run : tox
102102 - name : Upload codecov coverage
103- uses : codecov/codecov-action@v4.4.1
103+ uses : codecov/codecov-action@v4.5.0
104104 with :
105105 files : ./coverage.xml
106106 flags : unit
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 name : Python wheel
112112 steps :
113- - uses : actions/checkout@v4.1.6
113+ - uses : actions/checkout@v4.1.7
114114 - uses : actions/setup-python@v5.1.0
115115 with :
116116 python-version : " 3.12"
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : [dist]
130130 steps :
131- - uses : actions/checkout@v4.1.6
131+ - uses : actions/checkout@v4.1.7
132132 - name : Set up Python
133133 uses : actions/setup-python@v5.1.0
134134 with :
0 commit comments