File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Code
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
1515 - name : Lint Code Base
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222
2323 steps :
2424 - name : Checkout sources
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 0
2828 submodules : ' true'
2929 token : ${{ secrets.GH_BOT_TOKEN }}
3030
3131 - name : Setup Java
32- uses : actions/setup-java@v3
32+ uses : actions/setup-java@v4
3333 with :
3434 java-version : ${{ env.JAVA_VERSION }}
3535 distribution : ${{ env.JAVA_DISTRO }}
6262
6363 - name : JReleaser output
6464 if : always()
65- uses : actions/upload-artifact@v3
65+ uses : actions/upload-artifact@v4
6666 with :
6767 name : jreleaser-release
6868 path : |
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020 submodules : ' true'
2121
2222 - name : Setup Java
23- uses : actions/setup-java@v3
23+ uses : actions/setup-java@v4
2424 with :
2525 java-version : ${{ env.JAVA_VERSION }}
2626 distribution : ${{ env.JAVA_DISTRO }}
You can’t perform that action at this time.
0 commit comments