Skip to content

Commit e73723d

Browse files
Update shogo82148/actions-setup-redis action to v1.42.1
1 parent 832ce77 commit e73723d

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/[email protected].0
29+
uses: shogo82148/[email protected].1
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/[email protected].0
20+
uses: shogo82148/[email protected].1
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/[email protected].0
26+
uses: shogo82148/[email protected].1
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/[email protected].0
23+
uses: shogo82148/[email protected].1
2424
with:
2525
redis-version: latest
2626
- name: Deploy to Sonatype

0 commit comments

Comments
 (0)