Skip to content

Commit

Permalink
actually update gh file
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Feb 3, 2024
1 parent 0c03500 commit 31b5060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: install tox
Expand Down

0 comments on commit 31b5060

Please sign in to comment.