File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/setup-python@v4
1414 with :
1515 python-version : 3.x
16- - uses : actions/cache@v3
16+ - uses : actions/cache@v4
1717 with :
1818 path : ~/.cache/pip
1919 key : pip
6161 - uses : actions/setup-python@v4
6262 with :
6363 python-version : ${{ matrix.python }}
64- - uses : actions/cache@v3
64+ - uses : actions/cache@v4
6565 with :
6666 path : ~/.cache/pip
6767 key : pip
7777 - uses : actions/setup-python@v4
7878 with :
7979 python-version : 3.x
80- - uses : actions/cache@v3
80+ - uses : actions/cache@v4
8181 with :
8282 path : ~/.cache/pip
8383 key : pip
9696 - uses : actions/setup-python@v4
9797 with :
9898 python-version : 3.x
99- - uses : actions/cache@v3
99+ - uses : actions/cache@v4
100100 with :
101101 path : ~/.cache/pip
102102 key : pip
You can’t perform that action at this time.
0 commit comments