File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Install system dependencies
16
16
run : |
22
22
run : python3 setup.py sdist bdist_wheel
23
23
24
24
- name : Publish to PyPI
25
- uses : pypa/gh-action-pypi-publish@e777b33388fefa46ce597d8afa9c15a5357af36f
25
+ uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
26
26
with :
27
27
user : __token__
28
28
password : ${{ secrets.pypi_password }}
31
31
runs-on : ubuntu-latest
32
32
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v4
35
35
36
36
- name : Install system dependencies
37
37
run : |
44
44
python3 -m coverage run --source canonicalwebteam ./setup.py test
45
45
poetry run coverage xml
46
46
47
- - uses : codecov/codecov-action@v1
47
+ - uses : codecov/codecov-action@v4
48
48
with :
49
49
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
12
12
- name : Install system dependencies
13
13
run : |
25
25
runs-on : ubuntu-latest
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v4
29
29
30
30
- name : Install system dependencies
31
31
run : |
40
40
runs-on : ubuntu-latest
41
41
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v4
44
44
45
45
- name : Install system dependencies
46
46
run : |
53
53
python3 -m coverage run --source canonicalwebteam ./setup.py test
54
54
python3 -m coverage xml
55
55
56
- - uses : codecov/codecov-action@v1
56
+ - uses : codecov/codecov-action@v4
57
57
with :
58
58
token : ${{ secrets.CODECOV_TOKEN }}
59
59
62
62
63
63
steps :
64
64
- name : Checkout
65
- uses : actions/checkout@v2
65
+ uses : actions/checkout@v4
66
66
67
67
- name : Check inclusive naming
68
68
uses : canonical-web-and-design/inclusive-naming@main
You can’t perform that action at this time.
0 commit comments