From 855d29f955b4346eea785009a36d851c7c8d3288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:25:30 +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/autotester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotester.yml b/.github/workflows/autotester.yml index abc60c7..8896d06 100644 --- a/.github/workflows/autotester.yml +++ b/.github/workflows/autotester.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v7 - name: Install Redis - uses: shogo82148/actions-setup-redis@v1 + uses: shogo82148/actions-setup-redis@v1.55.0 with: redis-version: 'latest'