File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 - name : Version
1515 run : |
2323 echo "VERSION=$VERSION" >> $GITHUB_ENV
2424
2525 - name : Java Setup
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v4
2727 with :
2828 java-version : ' 17'
2929 distribution : ' zulu'
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Get Version
2222 run : |
3030 echo "VERSION=$VERSION" >> $GITHUB_ENV
3131
3232 - name : Set up JDK 17
33- uses : actions/setup-java@v3
33+ uses : actions/setup-java@v4
3434 with :
3535 java-version : ' 17'
3636 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments