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