From e73723d9400aba58757a397d1303372223315bf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 03:37:46 +0000 Subject: [PATCH] Update shogo82148/actions-setup-redis action to v1.42.1 --- .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 af96c82..77c50f4 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.0 + uses: shogo82148/actions-setup-redis@v1.42.1 with: redis-version: latest - name: Test with Maven diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index d277f10..6af986f 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.0 + uses: shogo82148/actions-setup-redis@v1.42.1 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 8a37e9e..fca6502 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.0 + uses: shogo82148/actions-setup-redis@v1.42.1 with: redis-version: latest - name: Analyze with SonarCloud diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml index 91430ca..fb8ffae 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.0 + uses: shogo82148/actions-setup-redis@v1.42.1 with: redis-version: latest - name: Deploy to Sonatype