File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up JDK 17
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : 17
2121 distribution : ' adopt'
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4444
4545 - name : Set up JDK 17
46- uses : actions/setup-java@v4
46+ uses : actions/setup-java@v5
4747 with :
4848 java-version : ' 17'
4949 distribution : ' adopt'
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout
8- uses : actions/checkout@v4
8+ uses : actions/checkout@v6
99 - name : Set up JDK 17
10- uses : actions/setup-java@v4
10+ uses : actions/setup-java@v5
1111 with :
1212 java-version : 17
1313 distribution : ' adopt'
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 Python
1515 uses : actions/setup-python@v5
1616 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@v6
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments