|
61 | 61 | ref: ${{ github.event.pull_request.head.sha }} |
62 | 62 |
|
63 | 63 | - name: Get changed markdown files |
64 | | - uses: tj-actions/changed-files@v46 |
| 64 | + uses: tj-actions/changed-files@v47 |
65 | 65 | id: changed-markdown-files |
66 | 66 | with: |
67 | 67 | files: '**/*.md' |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | cp ci-tools/${{ env.spellcheck_dict }} ${{ env.spellcheck_dict }} |
177 | 177 |
|
178 | 178 | - name: Spellcheck |
179 | | - uses: rojopolis/spellcheck-github-actions@0.51.0 |
| 179 | + uses: rojopolis/spellcheck-github-actions@0.54.0 |
180 | 180 | continue-on-error: true |
181 | 181 | id: spellcheck |
182 | 182 | with: |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | echo "reactions=hooray" >> "$GITHUB_OUTPUT" |
259 | 259 |
|
260 | 260 | - name: Upload comment as artifact |
261 | | - uses: actions/upload-artifact@v4 |
| 261 | + uses: actions/upload-artifact@v5 |
262 | 262 | with: |
263 | 263 | path: ${{ env.artifacts_dir }}/${{ env.markdown_artifact }} |
264 | 264 | name: ${{ env.markdown_artifact }} |
@@ -326,7 +326,7 @@ jobs: |
326 | 326 | echo "> ℹ️ INFO: we use [avtodev/markdown-lint action](https://github.com/avto-dev/markdown-lint)" >> $GITHUB_STEP_SUMMARY |
327 | 327 |
|
328 | 328 | - name: Upload comment as artifact |
329 | | - uses: actions/upload-artifact@v4 |
| 329 | + uses: actions/upload-artifact@v5 |
330 | 330 | with: |
331 | 331 | path: ${{ env.artifacts_dir }}/${{ env.markdown_artifact }} |
332 | 332 | name: ${{ env.markdown_artifact }} |
@@ -393,7 +393,7 @@ jobs: |
393 | 393 | echo "reactions=hooray" >> "$GITHUB_OUTPUT" |
394 | 394 |
|
395 | 395 | - name: Upload comment as artifact |
396 | | - uses: actions/upload-artifact@v4 |
| 396 | + uses: actions/upload-artifact@v5 |
397 | 397 | with: |
398 | 398 | path: ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }} |
399 | 399 | name: ${{ env.spellcheck_artifact }} |
@@ -485,7 +485,7 @@ jobs: |
485 | 485 | # description: | |
486 | 486 | # Calls a trusted shared workflow that temporarily elevates the caller's privileges |
487 | 487 | # to write a comment in the PR. |
488 | | - uses: actions/upload-artifact@v4 |
| 488 | + uses: actions/upload-artifact@v5 |
489 | 489 | with: |
490 | 490 | path: ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }} |
491 | 491 | name: ${{ env.spellcheck_artifact }} |
|
0 commit comments