Skip to content

Commit ee34ee5

Browse files
authored
fix action
1 parent cf2da37 commit ee34ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929

30-
- uses: actions/setup-python@v4
30+
- uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.10
32+
python-version: '3.10'
3333

3434
- name: check build
3535
run: |

0 commit comments

Comments
 (0)