File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 - name : Install Ruby
4040 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 - name : Initialize markdownlint-cli problem matcher
4040 uses : xt0rted/markdownlint-problem-matcher@v3
5050
5151 steps :
5252 - name : Checkout repository
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : Determine whether only modified files should be checked
5656 id : check-modified
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212
213213 steps :
214214 - name : Checkout repository
215- uses : actions/checkout@v4
215+ uses : actions/checkout@v5
216216
217217 - name : Install Prettier
218218 run : sudo npm install --global prettier
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : Install markdown-toc
3939 run : sudo npm install --global markdown-toc
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Download JSON schema for GitHub Actions workflows
2828 id : download-schema
Original file line number Diff line number Diff line change 6767
6868 steps :
6969 - name : Checkout repository
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v5
7171
7272 - name : Check YAML
7373 continue-on-error : ${{ matrix.configuration.continue-on-error }}
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 # Checkout the tip of the default branch (this is the action's default ref input value when workflow is triggered
138138 # by an issue_comment or pull_request_target event).
139139 - name : Checkout local repository
140- uses : actions/checkout@v4
140+ uses : actions/checkout@v5
141141
142142 - name : Download submission parser
143143 id : download-parser
@@ -594,7 +594,7 @@ jobs:
594594
595595 - name : Checkout index source branch
596596 if : steps.merge.outcome == 'success'
597- uses : actions/checkout@v4
597+ uses : actions/checkout@v5
598598 with :
599599 ref : production
600600
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Spell check
2525 uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Download JSON schema for labels configuration file
3333 id : download-schema
@@ -105,7 +105,7 @@ jobs:
105105 echo "::set-output name=flag::--dry-run"
106106
107107 - name : Checkout repository
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v5
109109
110110 - name : Download configuration file artifacts
111111 uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments