From 4d13b86bfc21b0e394c7563587cadaa77acad61f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:52:00 +0000 Subject: [PATCH] Update shogo82148/actions-setup-redis action to v1.43.0 --- .github/workflows/ci.yaml | 2 +- .github/workflows/coveralls.yaml | 2 +- .github/workflows/sonar.yaml | 2 +- .github/workflows/sonatype.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77c50f4..ce47d75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.java }} - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.42.1 + uses: shogo82148/actions-setup-redis@v1.43.0 with: redis-version: latest - name: Test with Maven diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index 6af986f..5ec9867 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -17,7 +17,7 @@ jobs: distribution: temurin java-version: 21 - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.42.1 + uses: shogo82148/actions-setup-redis@v1.43.0 with: redis-version: latest - name: Report Coverage to Coveralls for Pull Requests diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index fca6502..ffd54f7 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -23,7 +23,7 @@ jobs: distribution: temurin java-version: 21 - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.42.1 + uses: shogo82148/actions-setup-redis@v1.43.0 with: redis-version: latest - name: Analyze with SonarCloud diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml index fb8ffae..79ef0f2 100644 --- a/.github/workflows/sonatype.yaml +++ b/.github/workflows/sonatype.yaml @@ -20,7 +20,7 @@ jobs: distribution: temurin java-version: 21 - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.42.1 + uses: shogo82148/actions-setup-redis@v1.43.0 with: redis-version: latest - name: Deploy to Sonatype