From b36be7abca96089eb0b9819cf0f857e47c81f3e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:22:54 +0000 Subject: [PATCH] Update shogo82148/actions-setup-redis action to v1.37.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index adc0c2e..19ea7ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: java-version: ${{ matrix.java }} distribution: ${{ matrix.distribution }} - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.36.0 + uses: shogo82148/actions-setup-redis@v1.37.0 with: redis-version: latest - name: Test with Maven