From de55b724e7acf119bbe981b12f5140e7a508e35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:06:56 -0800 Subject: [PATCH] Bump shogo82148/actions-setup-redis from 1.35.1 to 1.38.0 (#5821) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 bcc516fa90..d836b60b19 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.35.1 + - uses: shogo82148/actions-setup-redis@v1.38.0 if: matrix.PROFILE == 'integration' with: auto-start: false @@ -298,7 +298,7 @@ jobs: path: ./bin - run: ln -sf otelcol_linux_amd64 ./bin/otelcol - run: chmod a+x ./bin/* - - uses: shogo82148/actions-setup-redis@v1.35.1 + - uses: shogo82148/actions-setup-redis@v1.38.0 if: matrix.PROFILE == 'integration' with: auto-start: false