Skip to content

Commit 53f9228

Browse files
chore: update actions/checkout to v6 in test workflow
1 parent c92d71c commit 53f9228

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/test.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test diff action
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Running diff action
1313
id: test_ete
1414
uses: ./diff
@@ -28,7 +28,7 @@ jobs:
2828
name: Test diff action with exclude-elements option
2929
steps:
3030
- name: checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
- name: Running diff action with exclude-elements option
3333
id: test_exclude_elements
3434
uses: ./diff
@@ -53,7 +53,7 @@ jobs:
5353
name: Test diff action with composed option
5454
steps:
5555
- name: checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
- name: Running diff action with composed option
5858
id: test_composed
5959
uses: ./diff
@@ -80,7 +80,7 @@ jobs:
8080
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "1 changes: 1 error, 0 warning, 0 info"
8181
steps:
8282
- name: checkout
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v6
8484
- name: Running breaking action
8585
id: test_breaking_changes
8686
uses: ./breaking
@@ -117,7 +117,7 @@ jobs:
117117
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "2 changes: 0 error, 2 warning, 0 info"
118118
steps:
119119
- name: checkout
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v6
121121
- name: Running breaking action
122122
id: test_breaking_changes
123123
uses: ./breaking
@@ -155,7 +155,7 @@ jobs:
155155
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "9 changes: 6 error, 3 warning, 0 info"
156156
steps:
157157
- name: checkout
158-
uses: actions/checkout@v4
158+
uses: actions/checkout@v6
159159
- name: Running breaking action with petsotre to validate no error of unable to process file command 'output' successfully and invalid value and matching delimiter not found
160160
id: test_breaking_changes_matching_delimiter_not_found
161161
uses: ./breaking
@@ -180,7 +180,7 @@ jobs:
180180
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "1 changes: 1 error, 0 warning, 0 info"
181181
steps:
182182
- name: checkout
183-
uses: actions/checkout@v4
183+
uses: actions/checkout@v6
184184
- name: Running breaking action with composed option
185185
id: test_breaking_composed
186186
uses: ./breaking
@@ -204,7 +204,7 @@ jobs:
204204
name: Test breaking changes with deprecation
205205
steps:
206206
- name: checkout
207-
uses: actions/checkout@v4
207+
uses: actions/checkout@v6
208208
- name: Set date for deprecated specs
209209
run: |
210210
# Deprecate Beta in 14 days
@@ -226,7 +226,7 @@ jobs:
226226
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "21 changes: 2 error, 4 warning, 15 info"
227227
steps:
228228
- name: checkout
229-
uses: actions/checkout@v4
229+
uses: actions/checkout@v6
230230
- name: Running changelog action
231231
id: test_changelog
232232
uses: ./changelog
@@ -257,7 +257,7 @@ jobs:
257257
name: Test changelog action with composed option
258258
steps:
259259
- name: checkout
260-
uses: actions/checkout@v4
260+
uses: actions/checkout@v6
261261
- name: Running changelog action with composed option
262262
id: test_changelog_composed
263263
uses: ./changelog
@@ -283,7 +283,7 @@ jobs:
283283
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "1 changes: 1 error, 0 warning, 0 info"
284284
steps:
285285
- name: checkout
286-
uses: actions/checkout@v4
286+
uses: actions/checkout@v6
287287
- name: Running breaking action with flatten-allof option
288288
id: test_breaking_flatten_allof
289289
uses: ./breaking
@@ -307,7 +307,7 @@ jobs:
307307
name: Test breaking action with err-ignore option
308308
steps:
309309
- name: checkout
310-
uses: actions/checkout@v4
310+
uses: actions/checkout@v6
311311
- name: Running breaking action with err-ignore option
312312
id: test_breaking_err_ignore
313313
uses: ./breaking

0 commit comments

Comments
 (0)