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 a8167dc commit 69cf483Copy full SHA for 69cf483
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Java build
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
24
# Set JDK
25
- name: Set up JDK
.github/workflows/publish-package.yml
@@ -16,7 +16,7 @@ jobs:
16
packages: write
17
18
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
0 commit comments