We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24e3d6 commit cbde6faCopy full SHA for cbde6fa
2 files changed
.github/workflows/javadoc.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
13
- name: GitHub Action for GraalVM
14
uses: graalvm/setup-graalvm@v1
15
with:
.github/workflows/publish.yml
@@ -11,10 +11,10 @@ jobs:
contents: read
packages: write
16
- name: Set up JDK
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
19
distribution: 'temurin'
20
java-version: 21
@@ -23,7 +23,7 @@ jobs:
23
run: mvn -ntp -B package
24
25
- name: Set up Maven Central Repository
26
27
28
29
0 commit comments