Skip to content

Commit 4a0a5ca

Browse files
authored
Merge pull request #13 from hayat01sh1da/hayat01sh1da/python/update-setup-action-to-v6
[python] Update setup-action to v6
2 parents d6e4114 + 581f3e9 commit 4a0a5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v6
3131
- name: Set up Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)