File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Set up JDK
2525 uses : actions/setup-java@v3
2626 with :
Original file line number Diff line number Diff line change 469469 </plugin >
470470 <plugin >
471471 <artifactId >maven-plugin-plugin</artifactId >
472- <version >3.6.0 </version >
472+ <version >3.10.2 </version >
473473 </plugin >
474474 <plugin >
475475 <artifactId >maven-install-plugin</artifactId >
Original file line number Diff line number Diff line change 7878 </plugin >
7979 <plugin >
8080 <artifactId >maven-plugin-plugin</artifactId >
81- <version >3.7.0 </version >
81+ <version >3.10.2 </version >
8282 </plugin >
8383 </plugins >
8484 </build >
You can’t perform that action at this time.
0 commit comments