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 f8eb4a5 commit 72cfcb4Copy full SHA for 72cfcb4
.github/workflows/ci.yml
@@ -10,14 +10,14 @@ jobs:
10
os: [ubuntu-latest]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Set up JDK ${{ matrix.jdk }}
15
uses: actions/setup-java@v3
16
with:
17
java-version: ${{ matrix.jdk }}
18
distribution: 'temurin'
19
- name: Cache Maven packages
20
- uses: actions/cache@v2
+ uses: actions/cache@v3
21
22
path: ~/.m2
23
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments