Skip to content

Commit 99243e5

Browse files
authored
Update master.yml
1 parent 1b61af1 commit 99243e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Set up JDK 1.8
13+
- name: Set up JDK 8
1414
uses: actions/setup-java@v2
1515
with:
1616
java-version: '8'
@@ -117,7 +117,7 @@ jobs:
117117
git config --global user.name "GitHub Actions"
118118
git pull
119119
120-
- name: Set up JDK 1.8 Apache Maven Central
120+
- name: Set up JDK 8 Apache Maven Central
121121
uses: actions/setup-java@v2
122122
with: # running setup-java again overwrites the settings.xml
123123
java-version: '8'
@@ -148,7 +148,7 @@ jobs:
148148
git config --global user.name "GitHub Actions"
149149
git pull
150150
151-
- name: Set up JDK 1.8
151+
- name: Set up JDK 8
152152
uses: actions/setup-java@v2
153153
with:
154154
java-version: '8'

0 commit comments

Comments
 (0)