File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
1919 shell : bash
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323
2424 - name : Set up JDK
25- uses : actions/setup-java@v3
25+ uses : actions/setup-java@v4
2626 with :
2727 java-version : ' 11'
2828 distribution : ' temurin'
2929 cache : maven
3030
3131 - name : Set up Python
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : ' 3.11'
3535
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111
1212 - name : Set up Java 11
13- uses : actions/setup-java@v3
13+ uses : actions/setup-java@v4
1414 with :
1515 java-version : ' 11'
1616 distribution : ' adopt'
3232 # Begin copy from ci.yml. Refactor?
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : ' 3.11'
3838
You can’t perform that action at this time.
0 commit comments