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 3dd6c09 commit 782a0b4Copy full SHA for 782a0b4
.github/workflows/check.yml
@@ -11,7 +11,7 @@ jobs:
11
java_version: ['17', '21']
12
os: [ubuntu-latest, windows-latest, macOS-latest]
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Set up JDK ${{ matrix.java_version }}
16
uses: actions/setup-java@v5
17
with:
0 commit comments