|
33 | 33 | - name: Configure Git |
34 | 34 | run: | |
35 | 35 | git config --global core.autocrlf input |
36 | | - - uses: actions/checkout@v5 |
| 36 | + - uses: actions/checkout@v6 |
37 | 37 | - name: Set up JDK ${{ env.JAVA_VERSION }} |
38 | 38 | uses: actions/setup-java@v5 |
39 | 39 | with: |
|
61 | 61 | - name: Configure Git |
62 | 62 | run: | |
63 | 63 | git config --global core.autocrlf input |
64 | | - - uses: actions/checkout@v5 |
| 64 | + - uses: actions/checkout@v6 |
65 | 65 |
|
66 | 66 | # Using setup-python on CI to install Python might be faster than with uv (official uv recommendation) |
67 | 67 | - name: Set up Python |
|
95 | 95 | - name: Configure Git |
96 | 96 | run: | |
97 | 97 | git config --global core.autocrlf input |
98 | | - - uses: actions/checkout@v5 |
| 98 | + - uses: actions/checkout@v6 |
99 | 99 | - name: Set up JDK ${{ env.JAVA_VERSION }} |
100 | 100 | uses: actions/setup-java@v5 |
101 | 101 | with: |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | pull-requests: write |
161 | 161 | checks: write |
162 | 162 | steps: |
163 | | - - uses: actions/checkout@v5 |
| 163 | + - uses: actions/checkout@v6 |
164 | 164 | with: |
165 | 165 | ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit |
166 | 166 | fetch-depth: 0 # a full history is required for pull request analysis |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | knit: |
195 | 195 | runs-on: ubuntu-latest |
196 | 196 | steps: |
197 | | - - uses: actions/checkout@v5 |
| 197 | + - uses: actions/checkout@v6 |
198 | 198 | - uses: actions/setup-java@v5 |
199 | 199 | with: |
200 | 200 | distribution: ${{ env.JAVA_DISTRIBUTION }} |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 | permissions: |
223 | 223 | contents: read |
224 | 224 | steps: |
225 | | - - uses: actions/checkout@v5 |
| 225 | + - uses: actions/checkout@v6 |
226 | 226 | - name: Set up JDK ${{ env.JAVA_VERSION }} |
227 | 227 | uses: actions/setup-java@v5 |
228 | 228 | with: |
|
0 commit comments