File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 role-to-assume : arn:aws:iam::637423498965:role/GitHubActionGrahQLJava
2323 aws-region : " ap-southeast-2"
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 ref : ${{ github.event.inputs.branch }}
2727 - run : |
Original file line number Diff line number Diff line change 1717 MAVEN_CENTRAL_PGP_KEY : ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : gradle/actions/wrapper-validation@v4
2222 - name : Set up JDK 21
2323 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1919 buildAndTest :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : gradle/actions/wrapper-validation@v4
2424 - name : Set up JDK 21
2525 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1919 RELEASE_VERSION : ${{ github.event.inputs.version }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : gradle/actions/wrapper-validation@v4
2424 - name : Set up JDK 21
2525 uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments