Skip to content

Commit a2cae75

Browse files
authored
Merge pull request #307 from mybatis/renovate/shogo82148-actions-setup-redis-1.x
Update shogo82148/actions-setup-redis action to v1.41.0
2 parents d89873c + fbe9a15 commit a2cae75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: ${{ matrix.distribution }}
2727
java-version: ${{ matrix.java }}
2828
- name: Start Redis
29-
uses: shogo82148/actions-setup-redis@v1.39.0
29+
uses: shogo82148/actions-setup-redis@v1.41.0
3030
with:
3131
redis-version: latest
3232
- name: Test with Maven

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: temurin
1818
java-version: 21
1919
- name: Start Redis
20-
uses: shogo82148/actions-setup-redis@v1.39.0
20+
uses: shogo82148/actions-setup-redis@v1.41.0
2121
with:
2222
redis-version: latest
2323
- name: Report Coverage to Coveralls for Pull Requests

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: temurin
2424
java-version: 21
2525
- name: Start Redis
26-
uses: shogo82148/actions-setup-redis@v1.39.0
26+
uses: shogo82148/actions-setup-redis@v1.41.0
2727
with:
2828
redis-version: latest
2929
- name: Analyze with SonarCloud

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: temurin
2121
java-version: 21
2222
- name: Start Redis
23-
uses: shogo82148/actions-setup-redis@v1.39.0
23+
uses: shogo82148/actions-setup-redis@v1.41.0
2424
with:
2525
redis-version: latest
2626
- name: Deploy to Sonatype

0 commit comments

Comments
 (0)