File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ jobs:
1111 environment : Production
1212 steps :
1313 - name : Checkout source code
14- uses : actions/checkout@v2
15- - name : Set up JDK 11.0. 11
16- uses : actions/setup-java@v1
14+ uses : actions/checkout@v4
15+ - name : Set up the latest JDK 11
16+ uses : actions/setup-java@v4
1717 with :
18- java-version : 11.0.11
18+ java-version : 11
19+ distribution : temurin
20+ cache : gradle
1921 - name : Run production migration
2022 env :
2123 MONGO_HOST : ${{ secrets.MONGO_HOST }}
Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ jobs:
1212 - 27017:27017
1313 steps :
1414 - name : Checkout source code
15- uses : actions/checkout@v2
16- - name : Set up JDK 11.0. 11
17- uses : actions/setup-java@v1
15+ uses : actions/checkout@v4
16+ - name : Set up the latest JDK 11
17+ uses : actions/setup-java@v4
1818 with :
19- java-version : 11.0.11
19+ java-version : 11
20+ distribution : temurin
21+ cache : gradle
2022 - name : Run local migration
2123 run : ./gradlew run
2224 - uses : kentaro-m/auto-assign-action@v1.1.2
Original file line number Diff line number Diff line change 1- java=11.0.16 -tem
1+ java=11.0.29 -tem
You can’t perform that action at this time.
0 commit comments