Skip to content

Commit f8206be

Browse files
Update all dependencies
1 parent c69fbcc commit f8206be

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Install system dependencies
1616
run: |
@@ -22,7 +22,7 @@ jobs:
2222
run: python3 setup.py sdist bdist_wheel
2323

2424
- name: Publish to PyPI
25-
uses: pypa/gh-action-pypi-publish@e777b33388fefa46ce597d8afa9c15a5357af36f
25+
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
2626
with:
2727
user: __token__
2828
password: ${{ secrets.pypi_password }}
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v4
3535

3636
- name: Install system dependencies
3737
run: |
@@ -44,6 +44,6 @@ jobs:
4444
python3 -m coverage run --source canonicalwebteam ./setup.py test
4545
poetry run coverage xml
4646
47-
- uses: codecov/codecov-action@v1
47+
- uses: codecov/codecov-action@v4
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

1212
- name: Install system dependencies
1313
run: |
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929

3030
- name: Install system dependencies
3131
run: |
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v4
4444

4545
- name: Install system dependencies
4646
run: |
@@ -53,7 +53,7 @@ jobs:
5353
python3 -m coverage run --source canonicalwebteam ./setup.py test
5454
python3 -m coverage xml
5555
56-
- uses: codecov/codecov-action@v1
56+
- uses: codecov/codecov-action@v4
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959

@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v2
65+
uses: actions/checkout@v4
6666

6767
- name: Check inclusive naming
6868
uses: canonical-web-and-design/inclusive-naming@main

0 commit comments

Comments
 (0)