File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 deploy-gh-pages :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up JDK
2323 uses : actions/setup-java@v3
2424 with :
Original file line number Diff line number Diff line change 1616 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SONATYPE_SIGNING_KEY }}
1717 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SONATYPE_SIGNING_KEY_PASSWORD }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up JDK 17
2121 uses : actions/setup-java@v3
2222 with :
Original file line number Diff line number Diff line change 1010 runs-on : macos-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Update brew
1616 run : brew update
You can’t perform that action at this time.
0 commit comments