From bfa837901b4d66a8d09a7880f7de10069be860ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:55:57 +0000 Subject: [PATCH] [github-actions] Bump shogo82148/actions-setup-redis from 1 to 1.55.0 Bumps [shogo82148/actions-setup-redis](https://github.com/shogo82148/actions-setup-redis) from 1 to 1.55.0. - [Commits](https://github.com/shogo82148/actions-setup-redis/compare/v1...v1.55.0) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-redis dependency-version: 1.55.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 8b536951..ce80fdd9 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 + uses: shogo82148/actions-setup-redis@v1.55.0 with: redis-version: ${{ env.REDIS_VERSION }} @@ -200,7 +200,7 @@ jobs: # # # Install redis # - name: Install redis -# uses: shogo82148/actions-setup-redis@v1 +# uses: shogo82148/actions-setup-redis@v1.55.0 # with: # redis-version: ${{ env.REDIS_VERSION }} #