Skip to content

Commit 5b52f34

Browse files
committed
update workflow
1 parent 7724cdb commit 5b52f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-20.04
77
steps:
88
- name: Checkout code
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Setup Python
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@v5
1212
with:
1313
python-version: ${{ matrix.python }}
1414
- name: install tox

0 commit comments

Comments
 (0)