diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 304322147f..12322c524b 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -221,7 +221,7 @@ jobs: - run: docker load -i ./docker-otelcol/${{ matrix.ARCH }}/image.tar - run: ln -sf otelcol_linux_${{ matrix.ARCH }} ./bin/otelcol - run: chmod a+x ./bin/* - - uses: shogo82148/actions-setup-redis@v1.39.0 + - uses: shogo82148/actions-setup-redis@v1.42.1 if: matrix.PROFILE == 'integration' with: auto-start: false @@ -300,7 +300,7 @@ jobs: path: ./bin - run: ln -sf otelcol_linux_amd64 ./bin/otelcol - run: chmod a+x ./bin/* - - uses: shogo82148/actions-setup-redis@v1.39.0 + - uses: shogo82148/actions-setup-redis@v1.42.1 if: matrix.PROFILE == 'integration' with: auto-start: false