48
48
version : " 3.12"
49
49
toxenv : py312,smoke
50
50
steps :
51
- - uses : actions/checkout@v4.1.1
51
+ - uses : actions/checkout@v4.1.3
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v5.1.0
54
54
with :
66
66
matrix :
67
67
toxenv : [api_func_v4, cli_func_v4]
68
68
steps :
69
- - uses : actions/checkout@v4.1.1
69
+ - uses : actions/checkout@v4.1.3
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v5.1.0
72
72
with :
78
78
TOXENV : ${{ matrix.toxenv }}
79
79
run : tox -- --override-ini='log_cli=True'
80
80
- name : Upload codecov coverage
81
- uses : codecov/codecov-action@v4.1.1
81
+ uses : codecov/codecov-action@v4.3.0
82
82
with :
83
83
files : ./coverage.xml
84
84
flags : ${{ matrix.toxenv }}
87
87
coverage :
88
88
runs-on : ubuntu-22.04
89
89
steps :
90
- - uses : actions/checkout@v4.1.1
90
+ - uses : actions/checkout@v4.1.3
91
91
- name : Set up Python ${{ matrix.python-version }}
92
92
uses : actions/setup-python@v5.1.0
93
93
with :
@@ -100,7 +100,7 @@ jobs:
100
100
TOXENV : cover
101
101
run : tox
102
102
- name : Upload codecov coverage
103
- uses : codecov/codecov-action@v4.1.1
103
+ uses : codecov/codecov-action@v4.3.0
104
104
with :
105
105
files : ./coverage.xml
106
106
flags : unit
@@ -110,7 +110,7 @@ jobs:
110
110
runs-on : ubuntu-latest
111
111
name : Python wheel
112
112
steps :
113
- - uses : actions/checkout@v4.1.1
113
+ - uses : actions/checkout@v4.1.3
114
114
- uses : actions/setup-python@v5.1.0
115
115
with :
116
116
python-version : " 3.12"
@@ -119,7 +119,7 @@ jobs:
119
119
pip install -r requirements-test.txt
120
120
- name : Build package
121
121
run : python -m build -o dist/
122
- - uses : actions/upload-artifact@v4.3.1
122
+ - uses : actions/upload-artifact@v4.3.3
123
123
with :
124
124
name : dist
125
125
path : dist
@@ -128,12 +128,12 @@ jobs:
128
128
runs-on : ubuntu-latest
129
129
needs : [dist]
130
130
steps :
131
- - uses : actions/checkout@v4.1.1
131
+ - uses : actions/checkout@v4.1.3
132
132
- name : Set up Python
133
133
uses : actions/setup-python@v5.1.0
134
134
with :
135
135
python-version : ' 3.12'
136
- - uses : actions/download-artifact@v4.1.4
136
+ - uses : actions/download-artifact@v4.1.7
137
137
with :
138
138
name : dist
139
139
path : dist
0 commit comments