File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1818 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up JDK
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version : ${{ matrix.java }}
@@ -39,15 +39,15 @@ jobs:
3939 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - name : Configure pagefile
4444 uses : al-cheb/configure-pagefile-action@v1.4
4545 with :
4646 minimum-size : 8GB
4747 maximum-size : 16GB
4848 disk-root : " C:"
4949 - name : Set up Windows JDK
50- uses : actions/setup-java@v4
50+ uses : actions/setup-java@v5
5151 with :
5252 distribution : ' temurin'
5353 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 1212 release-snapshot :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up JDK
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 distribution : temurin
2020 java-version : 21
Original file line number Diff line number Diff line change 120120 <dependency >
121121 <groupId >io.netty</groupId >
122122 <artifactId >netty-example</artifactId >
123- <version >4.2.3 .Final</version >
123+ <version >4.2.4 .Final</version >
124124 <scope >test</scope >
125125 </dependency >
126126 <dependency >
You can’t perform that action at this time.
0 commit comments