5757 steps :
5858 -
5959 name : Originating repo checkout (e.g. public fork)
60- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
60+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6161 with :
6262 ref : ${{ github.event.pull_request.head.sha }}
6363 -
@@ -85,12 +85,12 @@ jobs:
8585 steps :
8686 -
8787 name : Originating repo checkout (e.g. public fork)
88- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
88+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
8989 with :
9090 ref : ${{ github.event.pull_request.head.sha }}
9191 -
9292 name : Checkout markdown config
93- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
93+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
9494 with :
9595 repository : go-openapi/ci-workflows
9696 ref : master # TODO: retrieve workflow ref
@@ -156,12 +156,12 @@ jobs:
156156 report : ${{ steps.report-exists.outputs.report }}
157157 steps :
158158 -
159- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
159+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
160160 with :
161161 ref : ${{ github.event.pull_request.head.sha }}
162162 -
163163 name : Checkout spellcheck config
164- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
164+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
165165 with :
166166 repository : go-openapi/ci-workflows
167167 ref : master # TODO: retrieve workflow ref
@@ -178,7 +178,7 @@ jobs:
178178 cp ci-tools/${{ env.spellcheck_dict }} ${{ env.spellcheck_dict }}
179179 -
180180 name : Spellcheck
181- uses : rojopolis/spellcheck-github-actions@0.51 .0
181+ uses : rojopolis/spellcheck-github-actions@0.54 .0
182182 continue-on-error : true
183183 id : spellcheck
184184 with :
@@ -261,7 +261,7 @@ jobs:
261261 echo "reactions=hooray" >> "$GITHUB_OUTPUT"
262262 -
263263 name : Upload comment as artifact
264- uses : actions/upload-artifact@v4
264+ uses : actions/upload-artifact@v5
265265 with :
266266 path : ${{ env.artifacts_dir }}/${{ env.markdown_artifact }}
267267 name : ${{ env.markdown_artifact }}
@@ -330,7 +330,7 @@ jobs:
330330 echo "> ℹ️ INFO: we use [avtodev/markdown-lint action](https://github.com/avto-dev/markdown-lint)" >> $GITHUB_STEP_SUMMARY
331331 -
332332 name : Upload comment as artifact
333- uses : actions/upload-artifact@v4
333+ uses : actions/upload-artifact@v5
334334 with :
335335 path : ${{ env.artifacts_dir }}/${{ env.markdown_artifact }}
336336 name : ${{ env.markdown_artifact }}
@@ -398,7 +398,7 @@ jobs:
398398 echo "reactions=hooray" >> "$GITHUB_OUTPUT"
399399 -
400400 name : Upload comment as artifact
401- uses : actions/upload-artifact@v4
401+ uses : actions/upload-artifact@v5
402402 with :
403403 path : ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }}
404404 name : ${{ env.spellcheck_artifact }}
@@ -491,7 +491,7 @@ jobs:
491491 # description: |
492492 # Calls a trusted shared workflow that temporarily elevates the caller's privileges
493493 # to write a comment in the PR.
494- uses : actions/upload-artifact@v4
494+ uses : actions/upload-artifact@v5
495495 with :
496496 path : ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }}
497497 name : ${{ env.spellcheck_artifact }}
0 commit comments