Skip to content

Commit 12ad0d7

Browse files
authored
Merge pull request #3419 from nest/dependabot/github_actions/actions/cache-4.2.2
Bump actions/cache from 4.2.0 to 4.2.2
2 parents 80a8979 + 1676b67 commit 12ad0d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)