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 4a5f9ea commit de55b72Copy full SHA for de55b72
.github/workflows/integration-test.yml
@@ -221,7 +221,7 @@ jobs:
221
- run: docker load -i ./docker-otelcol/${{ matrix.ARCH }}/image.tar
222
- run: ln -sf otelcol_linux_${{ matrix.ARCH }} ./bin/otelcol
223
- run: chmod a+x ./bin/*
224
- - uses: shogo82148/actions-setup-redis@v1.35.1
+ - uses: shogo82148/actions-setup-redis@v1.38.0
225
if: matrix.PROFILE == 'integration'
226
with:
227
auto-start: false
@@ -298,7 +298,7 @@ jobs:
298
path: ./bin
299
- run: ln -sf otelcol_linux_amd64 ./bin/otelcol
300
301
302
303
304
0 commit comments