From c1d4cf4bed533ee0a65ad1412500ff5f52953c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:23:00 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-redis from 1.39.0 to 1.42.1 --- updated-dependencies: - dependency-name: shogo82148/actions-setup-redis dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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