File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ jobs:
1212
1313 steps :
1414 - name : Checkout Main AoC code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v6
1616
1717 - name : Checkout the AoC Input files
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v6
1919 with :
2020 token : ${{ secrets.AOC_INPUT }}
2121 repository : peckb1/advent-of-code-input
2222 path : advent-of-code-input
2323 ref : main
2424
2525 - name : Bring in the gradle wrapper running the build
26- uses : gradle/wrapper-validation-action@v1
26+ uses : gradle/wrapper-validation-action@v3
2727
28- - name : Set up JDK 17
29- uses : actions/setup-java@v3
28+ - name : Set up JDK 21
29+ uses : actions/setup-java@v5
3030 with :
31- java-version : 17
31+ java-version : 21
3232 distribution : ' temurin'
3333
3434 - name : Grant execute permission for gradlew
4545
4646 - name : Add coverage to PR
4747 id : jacoco
48- uses : madrapps/jacoco-report@v1.3
48+ uses : madrapps/jacoco-report@v1.7.2
4949 with :
5050 paths : ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
5151 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments