Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#2491)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https:/actions/cache) from 3 to 4.
- [Release notes](https:/actions/cache/releases)
- [Changelog](https:/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent f3132e5 commit 0cd3e88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -499,7 +499,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -520,7 +520,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -541,7 +541,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -562,7 +562,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -583,7 +583,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -604,7 +604,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -625,7 +625,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -646,7 +646,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand All @@ -663,7 +663,7 @@ jobs:
with:
submodules: 'recursive'
- name: Mount Bazel Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: bazel_cache
with:
Expand Down

1 comment on commit 0cd3e88

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 0cd3e88 Previous: f3132e5 Ratio
BM_MeasurementsTest 3327476.2630462646 ns/iter 1540586.233139038 ns/iter 2.16

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.