File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Show architecture
3131 run : uname -a
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 - name : Install JDK ${{ matrix.java_version }}
3535 uses : actions/setup-java@v4
3636 with :
8989 java_version : [ 17 ]
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393 - name : Install JDK ${{ matrix.java_version }}
9494 uses : actions/setup-java@v4
9595 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - name : Get the version
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Install JDK
1414 uses : actions/setup-java@v4
1515 with :
You can’t perform that action at this time.
0 commit comments