We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96e9e4 commit a892aecCopy full SHA for a892aec
.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
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
0 commit comments