Skip to content

Commit 54531d1

Browse files
authored
Merge pull request #300 from mybatis/renovate/shogo82148-actions-setup-redis-1.x
Update shogo82148/actions-setup-redis action to v1.39.0
2 parents ec6f900 + e88f8a5 commit 54531d1

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
@@ -24,7 +24,7 @@ jobs:
2424
distribution: ${{ matrix.distribution }}
2525
java-version: ${{ matrix.java }}
2626
- name: Start Redis
27-
uses: shogo82148/actions-setup-redis@v1.38.0
27+
uses: shogo82148/actions-setup-redis@v1.39.0
2828
with:
2929
redis-version: latest
3030
- name: Test with Maven

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version: 21
1717
- name: Start Redis
18-
uses: shogo82148/actions-setup-redis@v1.38.0
18+
uses: shogo82148/actions-setup-redis@v1.39.0
1919
with:
2020
redis-version: latest
2121
- 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
@@ -21,7 +21,7 @@ jobs:
2121
distribution: temurin
2222
java-version: 21
2323
- name: Start Redis
24-
uses: shogo82148/actions-setup-redis@v1.38.0
24+
uses: shogo82148/actions-setup-redis@v1.39.0
2525
with:
2626
redis-version: latest
2727
- name: Analyze with SonarCloud

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: temurin
1919
java-version: 21
2020
- name: Start Redis
21-
uses: shogo82148/actions-setup-redis@v1.38.0
21+
uses: shogo82148/actions-setup-redis@v1.39.0
2222
with:
2323
redis-version: latest
2424
- name: Deploy to Sonatype

0 commit comments

Comments
 (0)