Skip to content

Commit 209b6a7

Browse files
committed
unit tests github action update
1 parent 99629ca commit 209b6a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
25-
python-version: 3.10
25+
python-version: '3.10'
2626
- name: Install dependencies
2727
run: |
2828
sudo apt-get update

0 commit comments

Comments
 (0)