We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa35bc6 commit b36fcfdCopy full SHA for b36fcfd
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Set up JDK ${{ matrix.java }}
25
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
26
with:
27
distribution: 'temurin'
28
java-version: ${{ matrix.java }}
@@ -56,7 +56,7 @@ jobs:
56
spring: "7.0.6"
57
steps:
58
- uses: actions/checkout@v6
59
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
60
61
62
java-version: 21
@@ -77,7 +77,7 @@ jobs:
77
kafka: ["3.9.0", "4.0.2"]
78
79
80
81
82
83
0 commit comments