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 5a49422 commit c3a85b2Copy full SHA for c3a85b2
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
17
runs-on: ${{ matrix.os }}
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Set up JDK
21
uses: actions/setup-java@v5
22
with:
0 commit comments