From e88f8a54adfb1eb5b9fb6dfbe54a7df6e45a27b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 06:45:00 +0000 Subject: [PATCH] Update shogo82148/actions-setup-redis action to v1.39.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 28d5a6e..6dfbd5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.java }} - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.38.0 + uses: shogo82148/actions-setup-redis@v1.39.0 with: redis-version: latest - name: Test with Maven diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index f7a535d..a22ffa3 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -15,7 +15,7 @@ jobs: distribution: temurin java-version: 21 - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.38.0 + uses: shogo82148/actions-setup-redis@v1.39.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 1b18fd5..6b93a7a 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -21,7 +21,7 @@ jobs: distribution: temurin java-version: 21 - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.38.0 + uses: shogo82148/actions-setup-redis@v1.39.0 with: redis-version: latest - name: Analyze with SonarCloud diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml index 9058dbb..53b2c88 100644 --- a/.github/workflows/sonatype.yaml +++ b/.github/workflows/sonatype.yaml @@ -18,7 +18,7 @@ jobs: distribution: temurin java-version: 21 - name: Start Redis - uses: shogo82148/actions-setup-redis@v1.38.0 + uses: shogo82148/actions-setup-redis@v1.39.0 with: redis-version: latest - name: Deploy to Sonatype