File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 steps :
1414
1515 - name : Checkout Code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 # Disabling shallow clone for improving relevancy of SonarQube reporting
1919 fetch-depth : 0
2020
2121 - name : Set up JDK 21
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 java-version : ' 21'
2525 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 steps :
1717
1818 - name : Checkout Code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222
2323 - name : Set up JDK 21
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : ' 21'
2727 distribution : ' temurin'
Original file line number Diff line number Diff line change 2323 fi
2424
2525 - name : Check out PR code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v5
2727 with :
2828 ref : ${{ github.event.pull_request.head.sha }}
2929
Original file line number Diff line number Diff line change 77 stale :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/stale@v9
10+ - uses : actions/stale@v10
1111 with :
1212 stale-issue-message : ' This issue is stale because it has been open 60 days with no activity.'
1313 stale-pr-message : ' This PR is stale because it has been open 60 days with no activity.'
You can’t perform that action at this time.
0 commit comments