File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9191 uses : actions/checkout@v5
9292
9393 - name : Set up JDK 21
94- uses : actions/setup-java@v4
94+ uses : actions/setup-java@v5
9595 with :
9696 java-version : ' 21'
9797 distribution : ' temurin'
@@ -130,7 +130,7 @@ jobs:
130130 fetch-depth : 0
131131
132132 - name : Set up JDK 21
133- uses : actions/setup-java@v4
133+ uses : actions/setup-java@v5
134134 with :
135135 java-version : ' 21'
136136 distribution : ' temurin'
Original file line number Diff line number Diff line change 5757 ref : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}
5858
5959 - name : Set up JDK 21
60- uses : actions/setup-java@v4
60+ uses : actions/setup-java@v5
6161 with :
6262 java-version : ' 21'
6363 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 uses : actions/checkout@v5
134134
135135 - name : Set up JDK 21
136- uses : actions/setup-java@v4
136+ uses : actions/setup-java@v5
137137 with :
138138 java-version : ' 21'
139139 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments