1010 OASDIFF_ACTION_TEST_EXPECTED_OUTPUT : " 1 changes: 1 error, 0 warning, 0 info"
1111 steps :
1212 - name : checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 - name : Running breaking action
1515 id : test_breaking_changes
1616 uses : ./breaking
4747 OASDIFF_ACTION_TEST_EXPECTED_OUTPUT : " 2 changes: 0 error, 2 warning, 0 info"
4848 steps :
4949 - name : checkout
50- uses : actions/checkout@v6
50+ uses : actions/checkout@v7
5151 - name : Running breaking action
5252 id : test_breaking_changes
5353 uses : ./breaking
8585 OASDIFF_ACTION_TEST_EXPECTED_OUTPUT : " 9 changes: 6 error, 3 warning, 0 info"
8686 steps :
8787 - name : checkout
88- uses : actions/checkout@v6
88+ uses : actions/checkout@v7
8989 - 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
9090 id : test_breaking_changes_matching_delimiter_not_found
9191 uses : ./breaking
@@ -110,7 +110,7 @@ jobs:
110110 OASDIFF_ACTION_TEST_EXPECTED_OUTPUT : " 1 changes: 1 error, 0 warning, 0 info"
111111 steps :
112112 - name : checkout
113- uses : actions/checkout@v6
113+ uses : actions/checkout@v7
114114 - name : Running breaking action with composed option
115115 id : test_breaking_composed
116116 uses : ./breaking
@@ -134,7 +134,7 @@ jobs:
134134 name : Test breaking changes with deprecation
135135 steps :
136136 - name : checkout
137- uses : actions/checkout@v6
137+ uses : actions/checkout@v7
138138 - name : Set date for deprecated specs
139139 run : |
140140 # Deprecate Beta in 14 days
@@ -156,7 +156,7 @@ jobs:
156156 OASDIFF_ACTION_TEST_EXPECTED_OUTPUT : " 1 changes: 1 error, 0 warning, 0 info"
157157 steps :
158158 - name : checkout
159- uses : actions/checkout@v6
159+ uses : actions/checkout@v7
160160 - name : Running breaking action with flatten-allof option
161161 id : test_breaking_flatten_allof
162162 uses : ./breaking
@@ -180,7 +180,7 @@ jobs:
180180 name : Test breaking action with err-ignore option
181181 steps :
182182 - name : checkout
183- uses : actions/checkout@v6
183+ uses : actions/checkout@v7
184184 - name : Running breaking action with err-ignore option
185185 id : test_breaking_err_ignore
186186 uses : ./breaking
@@ -212,7 +212,7 @@ jobs:
212212 name : Test breaking action picks up fail-on from .oasdiff.yaml
213213 steps :
214214 - name : checkout
215- uses : actions/checkout@v6
215+ uses : actions/checkout@v7
216216 - name : Drop .oasdiff.yaml at repo root
217217 run : |
218218 cat > .oasdiff.yaml <<EOF
@@ -249,7 +249,7 @@ jobs:
249249 name : Test breaking action picks up err-ignore from .oasdiff.yaml
250250 steps :
251251 - name : checkout
252- uses : actions/checkout@v6
252+ uses : actions/checkout@v7
253253 - name : Drop .oasdiff.yaml at repo root
254254 run : |
255255 cat > .oasdiff.yaml <<EOF
0 commit comments