We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 914c7da + 32e62b3 commit 7b60801Copy full SHA for 7b60801
.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