File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 6060 steps :
6161 - uses : actions/checkout@v4
6262 - name : Set up JDK 11
63- uses : actions/setup-java@v1
63+ uses : actions/setup-java@v4
6464 with :
6565 java-version : 11
66+ distribution : ' temurin'
6667 - name : Remove driver directories
6768 run : |
6869 sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
7677 steps :
7778 - uses : actions/checkout@v4
7879 - name : Set up JDK 11
79- uses : actions/setup-java@v1
80+ uses : actions/setup-java@v4
8081 with :
8182 java-version : 11
83+ distribution : ' temurin'
8284 - name : Remove driver directories
8385 run : |
8486 sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
9294 steps :
9395 - uses : actions/checkout@v4
9496 - name : Set up JDK 11
95- uses : actions/setup-java@v1
97+ uses : actions/setup-java@v4
9698 with :
9799 java-version : 11
100+ distribution : ' temurin'
98101 - name : Remove driver directories
99102 run : |
100103 sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
@@ -114,9 +117,10 @@ jobs:
114117 steps :
115118 - uses : actions/checkout@v4
116119 - name : Set up JDK 11
117- uses : actions/setup-java@v1
120+ uses : actions/setup-java@v4
118121 with :
119122 java-version : 11
123+ distribution : ' temurin'
120124 - name : Remove driver directories
121125 run : |
122126 sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
You can’t perform that action at this time.
0 commit comments