Skip to content

Commit be39094

Browse files
Update actions/setup-python action to v6
1 parent 3d0a723 commit be39094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Setup Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.13"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)