File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 java-version : 25
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 - name : Set up JDK ${{ matrix.java-version }}
2727 uses : actions/setup-java@v5
2828 with :
3232
3333 # 1. Set up Go (cross-platform)
3434 - name : Set up Go
35- uses : actions/setup-go@v5
35+ uses : actions/setup-go@v6
3636 with :
3737 go-version : ' stable'
3838
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Set up JDK 21
15- uses : actions/setup-java@v4
15+ uses : actions/setup-java@v5
1616 with :
1717 java-version : 21
1818 distribution : ' temurin'
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 ref : main
1818
You can’t perform that action at this time.
0 commit comments