Skip to content

Commit

Permalink
Update actions/checkout (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
skejserjensen authored Sep 7, 2023
1 parent 17746eb commit aba299e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-unittest-on-pr-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
operating-system: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Python unittest
run: python3 -m unittest --verbose
run: python3 -m unittest --verbose

0 comments on commit aba299e

Please sign in to comment.