|
41 | 41 |
|
42 | 42 | # Check out the current repository |
43 | 43 | - name: Fetch Sources |
44 | | - uses: actions/checkout@v4 |
| 44 | + uses: actions/checkout@v5 |
45 | 45 |
|
46 | 46 | # Set up the Java environment for the next steps |
47 | 47 | - name: Setup Java |
|
92 | 92 |
|
93 | 93 | # Check out the current repository |
94 | 94 | - name: Fetch Sources |
95 | | - uses: actions/checkout@v4 |
| 95 | + uses: actions/checkout@v5 |
96 | 96 |
|
97 | 97 | # Set up the Java environment for the next steps |
98 | 98 | - name: Setup Java |
@@ -146,7 +146,7 @@ jobs: |
146 | 146 |
|
147 | 147 | # Check out the current repository |
148 | 148 | - name: Fetch Sources |
149 | | - uses: actions/checkout@v4 |
| 149 | + uses: actions/checkout@v5 |
150 | 150 | with: |
151 | 151 | ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit |
152 | 152 | fetch-depth: 0 # a full history is required for pull request analysis |
@@ -180,7 +180,7 @@ jobs: |
180 | 180 |
|
181 | 181 | # Check out the current repository |
182 | 182 | - name: Fetch Sources |
183 | | - uses: actions/checkout@v4 |
| 183 | + uses: actions/checkout@v5 |
184 | 184 |
|
185 | 185 | # Set up the Java environment for the next steps |
186 | 186 | - name: Setup Java |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 |
|
221 | 221 | # Check out the current repository |
222 | 222 | - name: Fetch Sources |
223 | | - uses: actions/checkout@v4 |
| 223 | + uses: actions/checkout@v5 |
224 | 224 |
|
225 | 225 | # Remove old release drafts by using the curl request for the available releases with a draft flag |
226 | 226 | - name: Remove Old Release Drafts |
|
0 commit comments