Skip to content

Commit 2d3f5dc

Browse files
Bump actions/cache from 5.0.3 to 5.0.4 (#3946)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2181fd commit 2d3f5dc

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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
24+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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
@@ -698,7 +698,7 @@ jobs:
698698
with:
699699
submodules: 'recursive'
700700
- name: Mount Bazel Cache
701-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
701+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
702702
env:
703703
cache-name: bazel_cache
704704
with:
@@ -724,7 +724,7 @@ jobs:
724724
with:
725725
submodules: 'recursive'
726726
- name: Mount Bazel Cache
727-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
727+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
728728
env:
729729
cache-name: bazel_cache
730730
with:
@@ -750,7 +750,7 @@ jobs:
750750
with:
751751
submodules: 'recursive'
752752
- name: Mount Bazel Cache
753-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
753+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
754754
env:
755755
cache-name: bazel_cache
756756
with:
@@ -776,7 +776,7 @@ jobs:
776776
with:
777777
submodules: 'recursive'
778778
- name: Mount Bazel Cache
779-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
779+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
780780
env:
781781
cache-name: bazel_cache
782782
with:
@@ -802,7 +802,7 @@ jobs:
802802
with:
803803
submodules: 'recursive'
804804
- name: Mount Bazel Cache
805-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
805+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
806806
env:
807807
cache-name: bazel_cache
808808
with:
@@ -833,7 +833,7 @@ jobs:
833833
with:
834834
submodules: 'recursive'
835835
- name: Mount Bazel Cache
836-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
836+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
837837
env:
838838
cache-name: bazel_cache
839839
with:
@@ -859,7 +859,7 @@ jobs:
859859
with:
860860
submodules: 'recursive'
861861
- name: Mount Bazel Cache
862-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
862+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
863863
env:
864864
cache-name: bazel_cache
865865
with:
@@ -890,7 +890,7 @@ jobs:
890890
run: |
891891
./ci/setup_cmake_macos.sh
892892
- name: Mount Bazel Cache
893-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
893+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
894894
env:
895895
cache-name: bazel_cache
896896
with:
@@ -912,7 +912,7 @@ jobs:
912912
with:
913913
submodules: 'recursive'
914914
- name: Mount Bazel Cache
915-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
915+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
916916
env:
917917
cache-name: bazel_cache
918918
with:

0 commit comments

Comments
 (0)