Skip to content

Commit a8f3dd4

Browse files
Update renovatebot/github-action action to v44.2.2 (#2749)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 91a8861 commit a8f3dd4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/experiment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
OTEL_EXPORTER_OTLP_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}'
3232
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
3333
OTEL_SHELL_SDK_OUTPUT_REDIRECT: /dev/stderr
34-
- uses: renovatebot/github-action@v44.2.1
34+
- uses: renovatebot/github-action@v44.2.2
3535
env:
3636
RENOVATE_REPOSITORIES: ${{ github.repository }}
3737
RENOVATE_DRY_RUN: full

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
OTEL_EXPORTER_OTLP_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}'
2222
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
23-
- uses: renovatebot/github-action@v44.2.1
23+
- uses: renovatebot/github-action@v44.2.2
2424
env:
2525
RENOVATE_REPOSITORIES: ${{ github.repository }}
2626
with:

.github/workflows/test_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
env:
161161
OTEL_SHELL_CONFIG_GITHUB_INJECT_ON_MAIN: 'TRUE'
162162
OTEL_SHELL_SDK_OUTPUT_REDIRECT: /dev/null
163-
- uses: renovatebot/github-action@v44.2.1 # node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel
163+
- uses: renovatebot/github-action@v44.2.2 # node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel
164164
env:
165165
RENOVATE_DRY_RUN: full
166166
RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)