File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
20- - uses : actions/setup-java@v4
19+ uses : actions/checkout@v5
20+ - uses : actions/setup-java@v5
2121 with :
2222 distribution : " temurin"
2323 java-version : " 18"
Original file line number Diff line number Diff line change 1717 steps :
1818 # Please look up the latest version from
1919 # https://github.com/amannn/action-semantic-pull-request/releases
20- - uses : amannn/action-semantic-pull-request@v5
20+ - uses : amannn/action-semantic-pull-request@v6
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
16- - uses : actions/setup-java@v4
15+ uses : actions/checkout@v5
16+ - uses : actions/setup-java@v5
1717 with :
1818 distribution : " temurin"
1919 java-version : " 18"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
17- - uses : actions/setup-java@v4
16+ uses : actions/checkout@v5
17+ - uses : actions/setup-java@v5
1818 with :
1919 distribution : " temurin"
2020 java-version : " 18"
You can’t perform that action at this time.
0 commit comments