From ad930e930b29212aa77d2e5984d7a2d39677b2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 21:17:02 +0000 Subject: [PATCH] chore(deps): bump shogo82148/actions-setup-redis from 1.35.1 to 1.39.0 Bumps [shogo82148/actions-setup-redis](https://github.com/shogo82148/actions-setup-redis) from 1.35.1 to 1.39.0. - [Release notes](https://github.com/shogo82148/actions-setup-redis/releases) - [Commits](https://github.com/shogo82148/actions-setup-redis/compare/v1.35.1...v1.39.0) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index eec224cb..e2d5ef75 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -633,7 +633,7 @@ jobs: - name: Start Redis if: ( github.event_name != 'schedule' || steps.install_no_lock.outputs.HAS_DIFF == 'true' ) && matrix.os != 'windows' - uses: shogo82148/actions-setup-redis@v1.35.1 + uses: shogo82148/actions-setup-redis@v1.39.0 - name: test if: github.event_name != 'schedule' || steps.install_no_lock.outputs.HAS_DIFF == 'true'