File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
4747
4848 - name : Setup Java (temurin@8)
4949 if : matrix.java == 'temurin@8'
50- uses : actions/setup-java@v4
50+ uses : actions/setup-java@v5
5151 with :
5252 distribution : temurin
5353 java-version : 8
5454 cache : sbt
5555
5656 - name : Setup Java (temurin@21)
5757 if : matrix.java == 'temurin@21'
58- uses : actions/setup-java@v4
58+ uses : actions/setup-java@v5
5959 with :
6060 distribution : temurin
6161 java-version : 21
@@ -123,15 +123,15 @@ jobs:
123123
124124 - name : Setup Java (temurin@8)
125125 if : matrix.java == 'temurin@8'
126- uses : actions/setup-java@v4
126+ uses : actions/setup-java@v5
127127 with :
128128 distribution : temurin
129129 java-version : 8
130130 cache : sbt
131131
132132 - name : Setup Java (temurin@21)
133133 if : matrix.java == 'temurin@21'
134- uses : actions/setup-java@v4
134+ uses : actions/setup-java@v5
135135 with :
136136 distribution : temurin
137137 java-version : 21
You can’t perform that action at this time.
0 commit comments