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.
1 parent 7efac9c commit 142972fCopy full SHA for 142972f
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: install fonts
15
run: sudo apt-get update -y && sudo apt-get install -y fonts-dejavu fontconfig
16
- name: setup java
17
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
18
with:
19
distribution: temurin
20
java-version: '11'
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments