We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5506d5a commit ebc4494Copy full SHA for ebc4494
.github/workflows/integration-test.yml
@@ -216,7 +216,7 @@ jobs:
216
- run: docker load -i ./docker-otelcol/${{ matrix.ARCH }}/image.tar
217
- run: ln -sf otelcol_linux_${{ matrix.ARCH }} ./bin/otelcol
218
- run: chmod a+x ./bin/*
219
- - uses: shogo82148/actions-setup-redis@v1.38.0
+ - uses: shogo82148/actions-setup-redis@v1.39.0
220
if: matrix.PROFILE == 'integration'
221
with:
222
auto-start: false
@@ -295,7 +295,7 @@ jobs:
295
path: ./bin
296
- run: ln -sf otelcol_linux_amd64 ./bin/otelcol
297
298
299
300
301
0 commit comments