Skip to content

Commit 6d0bec5

Browse files
chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1.23.0
1 parent 3f35572 commit 6d0bec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
run: echo "OPENTELEMETRY_CPP_VERSION=${OPENTELEMETRY_CPP_VERSION}" >> "${GITHUB_ENV}"
1515
env:
1616
# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-cpp
17-
OPENTELEMETRY_CPP_VERSION: v1.22.0
17+
OPENTELEMETRY_CPP_VERSION: v1.23.0
1818

1919
- name: Make /usr/local/include and /usr/local/lib writable
2020
shell: bash

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV CC=clang-18
88
WORKDIR /build
99

1010
# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-cpp
11-
ENV OPENTELEMETRY_CPP_VERSION=v1.22.0
11+
ENV OPENTELEMETRY_CPP_VERSION=v1.23.0
1212
RUN \
1313
git clone https://github.com/open-telemetry/opentelemetry-cpp.git \
1414
--depth=1 -b "${OPENTELEMETRY_CPP_VERSION}" --single-branch && \

0 commit comments

Comments
 (0)