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:
547
547
python-version : " 3.10"
548
548
549
549
- name : " Restore apt cache"
550
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
550
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
551
551
env :
552
552
cache-name : " apt-cache"
553
553
with :
@@ -588,7 +588,7 @@ jobs:
588
588
# source (hashed), compiler (mtime+size) and compile flags.
589
589
env :
590
590
cache-name : " ccache"
591
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
591
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
592
592
with :
593
593
path : |
594
594
$HOME/.ccache
@@ -604,7 +604,7 @@ jobs:
604
604
- name : " Restore pip cache"
605
605
env :
606
606
cache-name : " pip-cache"
607
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
607
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
608
608
with :
609
609
path : |
610
610
/opt/hostedtoolcache/Python/**/site-packages/*
@@ -768,7 +768,7 @@ jobs:
768
768
- name : " Restore pip cache"
769
769
env :
770
770
cache-name : " pip-cache"
771
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
771
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
772
772
with :
773
773
path : |
774
774
/opt/hostedtoolcache/Python/**/site-packages/*
You can’t perform that action at this time.
0 commit comments