File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 uses : actions/setup-python@v1
4444 with :
4545 python-version : 3.11
46- - uses : actions/cache@v4
46+ - uses : actions/cache@v1
4747 with :
4848 path : ~/.cache/pip
4949 key : ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
8787 uses : actions/setup-python@v1
8888 with :
8989 python-version : 3.11
90- - uses : actions/cache@v4
90+ - uses : actions/cache@v1
9191 with :
9292 path : ~/.cache/pip
9393 key : ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
@@ -109,7 +109,7 @@ jobs:
109109 uses : actions/setup-python@v1
110110 with :
111111 python-version : 3.11
112- - uses : actions/cache@v4
112+ - uses : actions/cache@v1
113113 with :
114114 path : ~/.cache/pip
115115 key : ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
Original file line number Diff line number Diff line change 2020 uses : actions/setup-python@v1
2121 with :
2222 python-version : 3.11
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v1
2424 with :
2525 path : ~/.cache/pip
2626 key : ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
You can’t perform that action at this time.
0 commit comments