Skip to content

Commit 1a9a50f

Browse files
Bump actions/cache from 3 to 4 (open-telemetry#578)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' 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> Co-authored-by: Tom Tan <[email protected]>
1 parent 13058f0 commit 1a9a50f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/prometheus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
path: "otel_cpp_contrib"
2727
- name: Mount Bazel Cache
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
env:
3030
cache-name: bazel_cache
3131
with:
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
path: "otel_cpp_contrib"
4747
- name: Mount Bazel Cache
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
env:
5050
cache-name: bazel_cache
5151
with:

.github/workflows/webserver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
install: true
3030
- name: cache docker layers
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: /tmp/buildx-cache/
3434
key: apache-ubuntu-20.04-${{ github.sha }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
install: true
7474
# - name: cache docker layers
75-
# uses: actions/cache@v3
75+
# uses: actions/cache@v4
7676
# with:
7777
# path: /tmp/buildx-cache/
7878
# key: apache-centos7-${{ github.sha }}
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
install: true
143143
# - name: cache docker layers
144-
# uses: actions/cache@v3
144+
# uses: actions/cache@v4
145145
# with:
146146
# path: /tmp/buildx-cache/
147147
# key: apache-almalinux8-${{ github.sha }}

0 commit comments

Comments
 (0)