From f84be0628f032423d2fb2bea1a1de0d11d54656c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:52:59 +0000 Subject: [PATCH] [github-actions] Bump shogo82148/actions-setup-redis --- updated-dependencies: - dependency-name: shogo82148/actions-setup-redis dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/automated-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 5f0f49a0..3c06529c 100644 --- a/.github/workflows/automated-checks.yml +++ b/.github/workflows/automated-checks.yml @@ -98,7 +98,7 @@ jobs: # Install redis - name: Install redis - uses: shogo82148/actions-setup-redis@v1.55.0 + uses: shogo82148/actions-setup-redis@v1.57.0 with: redis-version: ${{ env.REDIS_VERSION }} @@ -200,7 +200,7 @@ jobs: # # # Install redis # - name: Install redis -# uses: shogo82148/actions-setup-redis@v1.55.0 +# uses: shogo82148/actions-setup-redis@v1.57.0 # with: # redis-version: ${{ env.REDIS_VERSION }} #