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.
2 parents 8e804a8 + ea83042 commit c4ca1c1Copy full SHA for c4ca1c1
2 files changed
.github/workflows/lint-and-test-dev.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Checkout
44
uses: actions/checkout@v5
45
- name: Set up java
46
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
47
with:
48
java-version: '17'
49
distribution: 'corretto'
.github/workflows/test-main.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: 'Set up java ${{ matrix.java-version }}'
55
56
57
java-version: '${{ matrix.java-version }}'
58
0 commit comments