Skip to content

Commit a56f0e2

Browse files
Bump actions/cache from 6.0.0 to 6.1.0 (#4189)
Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2c8a9bd...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10b6560 commit a56f0e2

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
24+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2525
env:
2626
cache-name: bazel_cache
2727
with:

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ jobs:
760760
with:
761761
submodules: 'recursive'
762762
- name: Mount Bazel Cache
763-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
763+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
764764
env:
765765
cache-name: bazel_cache
766766
with:
@@ -786,7 +786,7 @@ jobs:
786786
with:
787787
submodules: 'recursive'
788788
- name: Mount Bazel Cache
789-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
789+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
790790
env:
791791
cache-name: bazel_cache
792792
with:
@@ -812,7 +812,7 @@ jobs:
812812
with:
813813
submodules: 'recursive'
814814
- name: Mount Bazel Cache
815-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
815+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
816816
env:
817817
cache-name: bazel_cache
818818
with:
@@ -838,7 +838,7 @@ jobs:
838838
with:
839839
submodules: 'recursive'
840840
- name: Mount Bazel Cache
841-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
841+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
842842
env:
843843
cache-name: bazel_cache
844844
with:
@@ -864,7 +864,7 @@ jobs:
864864
with:
865865
submodules: 'recursive'
866866
- name: Mount Bazel Cache
867-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
867+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
868868
env:
869869
cache-name: bazel_cache
870870
with:
@@ -890,7 +890,7 @@ jobs:
890890
with:
891891
submodules: 'recursive'
892892
- name: Mount Bazel Cache
893-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
893+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
894894
env:
895895
cache-name: bazel_cache
896896
with:
@@ -916,7 +916,7 @@ jobs:
916916
with:
917917
submodules: 'recursive'
918918
- name: Mount Bazel Cache
919-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
919+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
920920
env:
921921
cache-name: bazel_cache
922922
with:
@@ -942,7 +942,7 @@ jobs:
942942
with:
943943
submodules: 'recursive'
944944
- name: Mount Bazel Cache
945-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
945+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
946946
env:
947947
cache-name: bazel_cache
948948
with:
@@ -973,7 +973,7 @@ jobs:
973973
run: |
974974
./ci/setup_cmake_macos.sh
975975
- name: Mount Bazel Cache
976-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
976+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
977977
env:
978978
cache-name: bazel_cache
979979
with:
@@ -995,7 +995,7 @@ jobs:
995995
with:
996996
submodules: 'recursive'
997997
- name: Mount Bazel Cache
998-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
998+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
999999
env:
10001000
cache-name: bazel_cache
10011001
with:

0 commit comments

Comments
 (0)