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 18a1fdf + 28091a7 commit 065e65eCopy full SHA for 065e65e
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
- name: Install Ninja
14
run: sudo apt-get install -y ninja-build
15
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
16
with:
17
distribution: 'temurin'
18
java-version: '21'
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
0 commit comments