Skip to content

Commit 77b40b1

Browse files
Bump actions/cache from 4.0.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1275fce commit 77b40b1

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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
550+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
591+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
607+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
771+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
772772
with:
773773
path: |
774774
/opt/hostedtoolcache/Python/**/site-packages/*

0 commit comments

Comments
 (0)