We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9628b80 + 0bb1c0a commit 80db7b2Copy full SHA for 80db7b2
.github/workflows/language-reference.yaml
@@ -31,7 +31,7 @@ jobs:
31
ssh-key: ${{ secrets.DOCS_KEY }}
32
33
- name: Set up JDK 17
34
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
35
with:
36
distribution: 'temurin'
37
java-version: 17
.github/workflows/scaladoc.yaml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v4
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
99
0 commit comments