Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 3df5b3f

Browse files
authored
配置构建
1 parent bcba3e4 commit 3df5b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python 3.10
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v4.3.0
1818
with:
1919
python-version: "3.10"
2020
- name: Install dependencies

0 commit comments

Comments
 (0)