File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242
4343 # Set up environment with Java and Maven
4444 - name : Setup JDK
45- uses : actions/setup-java@v4
45+ uses : actions/setup-java@v5
4646 with :
4747 distribution : ' temurin'
4848 java-version : 11
7777 ref : asset-share-commons-${{ needs.Tag.outputs.version }}
7878
7979 - name : Setup JDK
80- uses : actions/setup-java@v4
80+ uses : actions/setup-java@v5
8181 with :
8282 distribution : ' temurin'
8383 java-version : 11
@@ -129,7 +129,7 @@ jobs:
129129 ref : asset-share-commons-${{ needs.Tag.outputs.version }}
130130
131131 - name : Setup JDK
132- uses : actions/setup-java@v4
132+ uses : actions/setup-java@v5
133133 with :
134134 distribution : ' temurin'
135135 java-version : 11
Original file line number Diff line number Diff line change 4040 echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes
4141
4242 - name : Setup JDK
43- uses : actions/setup-java@v4
43+ uses : actions/setup-java@v5
4444 with :
4545 distribution : ' temurin'
4646 java-version : 11
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v4
3434
3535 - name : Setup JDK
36- uses : actions/setup-java@v4
36+ uses : actions/setup-java@v5
3737 with :
3838 distribution : ' temurin'
3939 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments