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 @@ -547,7 +547,7 @@ jobs:
547547 python-version : " 3.10"
548548
549549 - name : " Restore apt cache"
550- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
550+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
551551 env :
552552 cache-name : " apt-cache"
553553 with :
@@ -588,7 +588,7 @@ jobs:
588588 # source (hashed), compiler (mtime+size) and compile flags.
589589 env :
590590 cache-name : " ccache"
591- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
591+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
592592 with :
593593 path : |
594594 $HOME/.ccache
@@ -604,7 +604,7 @@ jobs:
604604 - name : " Restore pip cache"
605605 env :
606606 cache-name : " pip-cache"
607- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
607+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
608608 with :
609609 path : |
610610 /opt/hostedtoolcache/Python/**/site-packages/*
@@ -768,7 +768,7 @@ jobs:
768768 - name : " Restore pip cache"
769769 env :
770770 cache-name : " pip-cache"
771- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
771+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
772772 with :
773773 path : |
774774 /opt/hostedtoolcache/Python/**/site-packages/*
You can’t perform that action at this time.
0 commit comments