We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0ee5e commit b35c7a3Copy full SHA for b35c7a3
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- if: matrix.runtime.setup == 'dart'
73
uses: dart-lang/setup-dart@v1
74
- if: matrix.runtime.setup == 'java'
75
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
76
with:
77
distribution: temurin
78
java-version: '17'
@@ -104,10 +104,10 @@ jobs:
104
105
106
107
108
109
110
- java-version: "17"
+ java-version: '17'
111
- if: matrix.runtime.setup == 'node'
112
run: npm ci --prefix SDK/js
113
- if: matrix.runtime.setup == 'dotnet'
0 commit comments