We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7c213c + b452cc5 commit 4660b1cCopy full SHA for 4660b1c
.github/workflows/maven_jdk11.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- name: Set up JDK 11
13
uses: actions/setup-java@v4
14
with:
.github/workflows/maven_jdk8.yml
@@ -10,7 +10,7 @@ jobs:
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
15
- name: Set up JDK 8
16
0 commit comments