Skip to content

Commit

Permalink
Merge pull request #296 from mybatis/renovate/shogo82148-actions-setu…
Browse files Browse the repository at this point in the history
…p-redis-1.x

Update shogo82148/actions-setup-redis action to v1.38.0
  • Loading branch information
hazendaz authored Jan 19, 2025
2 parents 57ff0a9 + 476c9be commit 169f971
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
- name: Start Redis
uses: shogo82148/actions-setup-redis@v1.37.0
uses: shogo82148/actions-setup-redis@v1.38.0
with:
redis-version: latest
- name: Test with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: temurin
java-version: 21
- name: Start Redis
uses: shogo82148/actions-setup-redis@v1.37.0
uses: shogo82148/actions-setup-redis@v1.38.0
with:
redis-version: latest
- name: Report Coverage to Coveralls for Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: temurin
java-version: 21
- name: Start Redis
uses: shogo82148/actions-setup-redis@v1.37.0
uses: shogo82148/actions-setup-redis@v1.38.0
with:
redis-version: latest
- name: Analyze with SonarCloud
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: temurin
java-version: 21
- name: Start Redis
uses: shogo82148/actions-setup-redis@v1.37.0
uses: shogo82148/actions-setup-redis@v1.38.0
with:
redis-version: latest
- name: Deploy to Sonatype
Expand Down

0 comments on commit 169f971

Please sign in to comment.