Skip to content

Commit 27f84f3

Browse files
committed
update github action to v2
1 parent adb5208 commit 27f84f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v2
8686
- uses: actions/setup-java@v2
8787
with:
88-
java-version: 1.8
88+
java-version: 8
8989
distribution: 'zulu'
9090
- name: Connect
9191
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "show databases;"
@@ -121,7 +121,7 @@ jobs:
121121
- uses: actions/checkout@v2
122122
- uses: actions/setup-java@v2
123123
with:
124-
java-version: 1.8
124+
java-version: 8
125125
distribution: 'zulu'
126126
- name: Connect
127127
run: psql -h 127.0.0.1 -p 5432 -U postgres -d postgres -c "\l"

0 commit comments

Comments
 (0)