We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9259bad commit 9664a74Copy full SHA for 9664a74
1 file changed
.github/workflows/maven.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
java: [ '8' ]
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- name: Set up JDK ${{ matrix.java }}
15
uses: actions/setup-java@v4
16
with:
0 commit comments