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 2222 run : sudo apt-get -y install graphviz
2323 - name : Cache python dependencies
2424 id : cache-pip
25- uses : actions/cache@v4.0.5
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.cache/pip
2828 key : pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}
50505151 - name : Cache python dependencies
5252 id : cache-pip
53- uses : actions/cache@v4.0.5
53+ uses : actions/cache@v4
5454 with :
5555 path : ~/.cache/pip
5656 key : pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}
Original file line number Diff line number Diff line change 1818 run : sudo apt-get -y install graphviz
1919 - name : Cache python dependencies
2020 id : cache-pip
21- uses : actions/cache@v4.0.5
21+ uses : actions/cache@v4
2222 with :
2323 path : ~/.cache/pip
2424 key : pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}
45454646 - name : Cache python dependencies
4747 id : cache-pip
48- uses : actions/cache@v4.0.5
48+ uses : actions/cache@v4
4949 with :
5050 path : ~/.cache/pip
5151 key : pip-${{ matrix.python }}-tests-${{ hashFiles('**/setup.json') }}
You can’t perform that action at this time.
0 commit comments