Skip to content

Commit fda8272

Browse files
committed
Upgraded manual build script
1 parent 29ac30b commit fda8272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
os: ['ubuntu-20.04', 'ubuntu-latest', 'macos-latest', 'windows-latest']
1414

1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions/setup-python@v2
16+
- uses: actions/checkout@v3
17+
- uses: actions/setup-python@v4
1818
with:
1919
python-version: 3.9
2020
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)