|
46 | 46 | - name: Configure Git |
47 | 47 | run: | |
48 | 48 | git config --global core.autocrlf input |
49 | | - - uses: actions/checkout@v5 |
| 49 | + - uses: actions/checkout@v6 |
50 | 50 | - name: Set up JDK ${{ env.JAVA_VERSION }} |
51 | 51 | uses: actions/setup-java@v5 |
52 | 52 | with: |
|
74 | 74 | - name: Configure Git |
75 | 75 | run: | |
76 | 76 | git config --global core.autocrlf input |
77 | | - - uses: actions/checkout@v5 |
| 77 | + - uses: actions/checkout@v6 |
78 | 78 |
|
79 | 79 | # Using setup-python on CI to install Python might be faster than with uv (official uv recommendation) |
80 | 80 | - name: Set up Python |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | - name: Configure Git |
109 | 109 | run: | |
110 | 110 | git config --global core.autocrlf input |
111 | | - - uses: actions/checkout@v5 |
| 111 | + - uses: actions/checkout@v6 |
112 | 112 | - name: Set up JDK ${{ env.JAVA_VERSION }} |
113 | 113 | uses: actions/setup-java@v5 |
114 | 114 | with: |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | pull-requests: write |
174 | 174 | checks: write |
175 | 175 | steps: |
176 | | - - uses: actions/checkout@v5 |
| 176 | + - uses: actions/checkout@v6 |
177 | 177 | with: |
178 | 178 | ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit |
179 | 179 | fetch-depth: 0 # a full history is required for pull request analysis |
@@ -207,7 +207,7 @@ jobs: |
207 | 207 | knit: |
208 | 208 | runs-on: ubuntu-latest |
209 | 209 | steps: |
210 | | - - uses: actions/checkout@v5 |
| 210 | + - uses: actions/checkout@v6 |
211 | 211 | - uses: actions/setup-java@v5 |
212 | 212 | with: |
213 | 213 | distribution: ${{ env.JAVA_DISTRIBUTION }} |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 | permissions: |
236 | 236 | contents: read |
237 | 237 | steps: |
238 | | - - uses: actions/checkout@v5 |
| 238 | + - uses: actions/checkout@v6 |
239 | 239 | - name: Set up JDK ${{ env.JAVA_VERSION }} |
240 | 240 | uses: actions/setup-java@v5 |
241 | 241 | with: |
|
0 commit comments