Skip to content

Commit 3613084

Browse files
Bump actions/cache from 4.3.0 to 5.0.0 (#3786)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...a783357) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 996927b commit 3613084

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
submodules: 'recursive'
2323
- name: Mount Bazel Cache
24-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
24+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
2525
env:
2626
cache-name: bazel_cache
2727
with:

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ jobs:
722722
with:
723723
submodules: 'recursive'
724724
- name: Mount Bazel Cache
725-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
725+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
726726
env:
727727
cache-name: bazel_cache
728728
with:
@@ -748,7 +748,7 @@ jobs:
748748
with:
749749
submodules: 'recursive'
750750
- name: Mount Bazel Cache
751-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
751+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
752752
env:
753753
cache-name: bazel_cache
754754
with:
@@ -774,7 +774,7 @@ jobs:
774774
with:
775775
submodules: 'recursive'
776776
- name: Mount Bazel Cache
777-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
777+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
778778
env:
779779
cache-name: bazel_cache
780780
with:
@@ -800,7 +800,7 @@ jobs:
800800
with:
801801
submodules: 'recursive'
802802
- name: Mount Bazel Cache
803-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
803+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
804804
env:
805805
cache-name: bazel_cache
806806
with:
@@ -826,7 +826,7 @@ jobs:
826826
with:
827827
submodules: 'recursive'
828828
- name: Mount Bazel Cache
829-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
829+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
830830
env:
831831
cache-name: bazel_cache
832832
with:
@@ -852,7 +852,7 @@ jobs:
852852
with:
853853
submodules: 'recursive'
854854
- name: Mount Bazel Cache
855-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
855+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
856856
env:
857857
cache-name: bazel_cache
858858
with:
@@ -878,7 +878,7 @@ jobs:
878878
with:
879879
submodules: 'recursive'
880880
- name: Mount Bazel Cache
881-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
881+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
882882
env:
883883
cache-name: bazel_cache
884884
with:
@@ -909,7 +909,7 @@ jobs:
909909
run: |
910910
./ci/setup_cmake_macos.sh
911911
- name: Mount Bazel Cache
912-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
912+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
913913
env:
914914
cache-name: bazel_cache
915915
with:
@@ -931,7 +931,7 @@ jobs:
931931
with:
932932
submodules: 'recursive'
933933
- name: Mount Bazel Cache
934-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
934+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
935935
env:
936936
cache-name: bazel_cache
937937
with:

0 commit comments

Comments
 (0)