Skip to content

Commit e5173e4

Browse files
Bump actions/cache from 5.0.2 to 5.0.3 (open-telemetry#3838)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 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 363407c commit e5173e4

2 files changed

Lines changed: 10 additions & 10 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
24+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
725+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
751+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
777+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
803+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
829+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
855+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
881+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
912+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
934+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
935935
env:
936936
cache-name: bazel_cache
937937
with:

0 commit comments

Comments
 (0)