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