Skip to content

Commit c042278

Browse files
authored
Update ci.yml
1 parent a2d49c1 commit c042278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: actions/setup-python@v4
17+
- uses: actions/setup-python@v3
1818
with:
1919
python-version: 3.x
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
key: ${{ github.ref }}
2323
path: .cache

0 commit comments

Comments
 (0)