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 1414 registry.username : ${{ secrets.REGISTRY_USERNAME }}
1515 registry.password : ${{ secrets.REGISTRY_PASSWORD }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Set up JDK 21
1919 uses : actions/setup-java@v4
2020 with :
3333 build :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 - name : Set up JDK 21
3838 uses : actions/setup-java@v4
3939 with :
5050 - name : Build
5151 run : ./gradlew test
5252 - name : Upload coverage reports to Codecov with GitHub Action
53- uses : codecov/codecov-action@v3
53+ uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 - name : Set up JDK 21
3535 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1818 JRELEASER_MAVENCENTRAL_CENTRAL_PASSWORD : ${{ secrets.JRELEASER_MAVENCENTRAL_CENTRAL_PASSWORD }}
1919 JRELEASER_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Set up JDK 21
2323 uses : actions/setup-java@v4
2424 with :
Original file line number Diff line number Diff line change 1414 JRELEASER_MAVENCENTRAL_CENTRAL_PASSWORD : ${{ secrets.JRELEASER_MAVENCENTRAL_CENTRAL_PASSWORD }}
1515 JRELEASER_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Build Workflow Dispatch
1919 uses : convictional/trigger-workflow-and-wait@v1.3.0
2020 with :
6262 needs : release
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666 - name : Set up JDK 21
6767 uses : actions/setup-java@v4
6868 with :
You can’t perform that action at this time.
0 commit comments