We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc90e6c commit 32e62b3Copy full SHA for 32e62b3
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- name: Set up JDK ${{ matrix.java }}
15
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
16
with:
17
java-version: ${{ matrix.java }}
18
distribution: adopt-hotspot
0 commit comments