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 7ea8fcf commit 64af4d0Copy full SHA for 64af4d0
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
java: ["8"]
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
- name: Set up JDK ${{ matrix.java }}
24
uses: actions/setup-java@v2
25
with:
0 commit comments