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 34
34
35
35
steps :
36
36
- name : Checkout repository
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
39
39
- name : Install Ruby
40
40
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout repository
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
39
39
- name : Initialize markdownlint-cli problem matcher
40
40
uses : xt0rted/markdownlint-problem-matcher@v3
50
50
51
51
steps :
52
52
- name : Checkout repository
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
- name : Determine whether only modified files should be checked
56
56
id : check-modified
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212
212
213
213
steps :
214
214
- name : Checkout repository
215
- uses : actions/checkout@v4
215
+ uses : actions/checkout@v5
216
216
217
217
- name : Install Prettier
218
218
run : sudo npm install --global prettier
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Checkout repository
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : Install markdown-toc
39
39
run : sudo npm install --global markdown-toc
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
27
27
- name : Download JSON schema for GitHub Actions workflows
28
28
id : download-schema
Original file line number Diff line number Diff line change 67
67
68
68
steps :
69
69
- name : Checkout repository
70
- uses : actions/checkout@v4
70
+ uses : actions/checkout@v5
71
71
72
72
- name : Check YAML
73
73
continue-on-error : ${{ matrix.configuration.continue-on-error }}
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
# Checkout the tip of the default branch (this is the action's default ref input value when workflow is triggered
138
138
# by an issue_comment or pull_request_target event).
139
139
- name : Checkout local repository
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
142
142
- name : Download submission parser
143
143
id : download-parser
@@ -594,7 +594,7 @@ jobs:
594
594
595
595
- name : Checkout index source branch
596
596
if : steps.merge.outcome == 'success'
597
- uses : actions/checkout@v4
597
+ uses : actions/checkout@v5
598
598
with :
599
599
ref : production
600
600
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Spell check
25
25
uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Download JSON schema for labels configuration file
33
33
id : download-schema
@@ -105,7 +105,7 @@ jobs:
105
105
echo "::set-output name=flag::--dry-run"
106
106
107
107
- name : Checkout repository
108
- uses : actions/checkout@v4
108
+ uses : actions/checkout@v5
109
109
110
110
- name : Download configuration file artifacts
111
111
uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments