File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8080 env :
8181 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8282 - name : Set up Java
83- uses : actions/setup-java@v4
83+ uses : actions/setup-java@v5
8484 with :
8585 distribution : ' temurin'
8686 java-version : 11
Original file line number Diff line number Diff line change 4646 run : Xvfb :99 &
4747 - name : Set up Java
4848 id : java
49- uses : actions/setup-java@v4
49+ uses : actions/setup-java@v5
5050 with :
5151 distribution : ' temurin'
5252 java-version : 17
Original file line number Diff line number Diff line change 4444 if : matrix.os == 'ubuntu'
4545 run : Xvfb :99 &
4646 - name : Set up Java
47- uses : actions/setup-java@v4
47+ uses : actions/setup-java@v5
4848 with :
4949 distribution : ' temurin'
5050 java-version : 11
Original file line number Diff line number Diff line change 9090 python -m pip install --upgrade pip
9191 pip install -r requirements.txt
9292 - name : Set up Java
93- uses : actions/setup-java@v4
93+ uses : actions/setup-java@v5
9494 with :
9595 distribution : ' temurin'
9696 java-version : 11
Original file line number Diff line number Diff line change 8383 working-directory : ./examples/ruby
8484 run : bundle install
8585 - name : Set up Java
86- uses : actions/setup-java@v4
86+ uses : actions/setup-java@v5
8787 with :
8888 distribution : ' temurin'
8989 java-version : 11
You can’t perform that action at this time.
0 commit comments