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 57e46ae commit c878dbbCopy full SHA for c878dbb
.github/workflows/ci.yml
@@ -18,12 +18,12 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up JDK
21
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
22
with:
23
java-version: ${{ matrix.jdk }}
24
distribution: temurin
25
- name: Cache Maven packages
26
- uses: actions/cache@v3
+ uses: actions/cache@v4
27
28
path: ~/.m2
29
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments