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 c37e693 commit 29b881aCopy full SHA for 29b881a
.github/workflows/deploy-snapshot.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v4.3.0
15
- name: Setup JDK8 and Maven
16
uses: actions/setup-java@v4
17
with:
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
if: ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
24
25
- name: Setup JDK${{ matrix.java-version }}
0 commit comments