File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 SIGNING_PGP_KEY : ${{ secrets.SIGNING_PGP_KEY }}
1616 SIGNING_PGP_PASSWORD : ${{ secrets.SIGNING_PGP_PASSWORD }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-java@v5
2020 with :
2121 distribution : temurin
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 if : ${{ !github.event.pull_request.draft }}
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-java@v5
1515 with :
1616 distribution : temurin
Original file line number Diff line number Diff line change 99 update-samplediff :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-java@v5
1414 with :
1515 distribution : temurin
You can’t perform that action at this time.
0 commit comments