Skip to content

Commit b426e43

Browse files
committed
Update versions of actions for CI workflow
1 parent 920680d commit b426e43

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
matrix:
1010
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v7
1313

1414
- name: Setup Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818

@@ -25,4 +25,6 @@ jobs:
2525
run: tox -- -v --cov-report=xml
2626

2727
- name: Codecov upload
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v7
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)