|
38 | 38 |
|
39 | 39 | # Check out the current repository |
40 | 40 | - name: Fetch Sources |
41 | | - uses: actions/checkout@v5 |
| 41 | + uses: actions/checkout@v6 |
42 | 42 |
|
43 | 43 | # Validate wrapper |
44 | 44 | - name: Gradle Wrapper Validation |
@@ -102,7 +102,7 @@ jobs: |
102 | 102 |
|
103 | 103 | # Check out the current repository |
104 | 104 | - name: Fetch Sources |
105 | | - uses: actions/checkout@v5 |
| 105 | + uses: actions/checkout@v6 |
106 | 106 |
|
107 | 107 | # Set up Java environment for the next steps |
108 | 108 | - name: Setup Java |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 |
|
154 | 154 | # Check out the current repository |
155 | 155 | - name: Fetch Sources |
156 | | - uses: actions/checkout@v5 |
| 156 | + uses: actions/checkout@v6 |
157 | 157 | with: |
158 | 158 | ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit |
159 | 159 | fetch-depth: 0 # a full history is required for pull request analysis |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 |
|
188 | 188 | # Check out the current repository |
189 | 189 | - name: Fetch Sources |
190 | | - uses: actions/checkout@v5 |
| 190 | + uses: actions/checkout@v6 |
191 | 191 |
|
192 | 192 | # Set up Java environment for the next steps |
193 | 193 | - name: Setup Java |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 |
|
233 | 233 | # Check out the current repository |
234 | 234 | - name: Fetch Sources |
235 | | - uses: actions/checkout@v5 |
| 235 | + uses: actions/checkout@v6 |
236 | 236 |
|
237 | 237 | # Remove old release drafts by using the curl request for the available releases with a draft flag |
238 | 238 | - name: Remove Old Release Drafts |
|
0 commit comments