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 21
21
with :
22
22
role-to-assume : arn:aws:iam::637423498965:role/GitHubActionGrahQLJava
23
23
aws-region : " ap-southeast-2"
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
with :
26
26
ref : ${{ github.event.inputs.branch }}
27
27
- run : |
Original file line number Diff line number Diff line change 17
17
MAVEN_CENTRAL_PGP_KEY : ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- uses : gradle/actions/wrapper-validation@v4
22
22
- name : Set up JDK 21
23
23
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 19
19
buildAndTest :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : gradle/actions/wrapper-validation@v4
24
24
- name : Set up JDK 21
25
25
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 19
19
RELEASE_VERSION : ${{ github.event.inputs.version }}
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : gradle/actions/wrapper-validation@v4
24
24
- name : Set up JDK 21
25
25
uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments