Skip to content

Commit ef15c41

Browse files
committed
update github action to v2
1 parent 63d40bd commit ef15c41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
MYSQL_PASSWORD: password
8484
steps:
8585
- uses: actions/checkout@v2
86-
- name: Set up JDK 1.8
87-
uses: actions/setup-java@v2
86+
- uses: actions/setup-java@v2
8887
with:
8988
java-version: 1.8
9089
- name: Connect
@@ -119,6 +118,9 @@ jobs:
119118
POSTGRES_PASSWORD: postgres
120119
steps:
121120
- uses: actions/checkout@v2
121+
- uses: actions/setup-java@v2
122+
with:
123+
java-version: 1.8
122124
- name: Connect
123125
run: psql -h 127.0.0.1 -p 5432 -U postgres -d postgres -c "\l"
124126
env:

0 commit comments

Comments
 (0)