File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 name : Build AsciiDoc documentation
1717 steps :
1818 - name : Checkout into ./repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 path : repo
2222 - name : Extract revision info
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 # We must fetch at least the immediate parents so that if this is
2121 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2020 java : [17]
2121 name : Java ${{ matrix.java }} Run
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Set up JDK ${{ matrix.java }}
2525 uses : actions/setup-java@v4
2626 with :
4242 java : [17]
4343 name : Java ${{ matrix.java }} Gradle Run
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - name : Set up JDK ${{ matrix.java }}
4747 uses : actions/setup-java@v4
4848 with :
6969 runs-on : ubuntu-latest
7070 name : Check Code Style
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 - name : Set up JDK 17
7474 uses : actions/setup-java@v4
7575 with :
8989 runs-on : ubuntu-latest
9090 name : SonarCloud Java 17
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 with :
9494 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
9595 - name : Set up JDK 17
@@ -119,7 +119,7 @@ jobs:
119119 needs : [code-style, test, test-gradle]
120120 runs-on : ubuntu-latest
121121 steps :
122- - uses : actions/checkout@v4
122+ - uses : actions/checkout@v5
123123 - name : Set up JDK 17
124124 uses : actions/setup-java@v4
125125 with :
You can’t perform that action at this time.
0 commit comments