Skip to content

Commit a789316

Browse files
v3.0.0 (build) - Fixed ci
1 parent 61500a4 commit a789316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88

9-
- uses: actions/setup-python@v4
9+
- uses: actions/setup-python@v3
1010
with:
1111
python-version: 3.10
1212

@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929

30-
- uses: actions/setup-python@v4
30+
- uses: actions/setup-python@v3
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3
4646

47-
- uses: actions/setup-python@v4
47+
- uses: actions/setup-python@v3
4848
with:
4949
python-version: 3.10
5050

0 commit comments

Comments
 (0)