@@ -28,7 +28,7 @@ Here is a quick example of how to install this action in any workflow:
2828
2929``` yaml
3030# checkout the repository (required for this Action to work)
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232
3333# validate JSON and YAML files
3434- name : json-yaml-validate
9191 json-yaml-validate:
9292 runs-on: ubuntu-latest
9393 steps:
94- - uses: actions/checkout@v4
94+ - uses: actions/checkout@v5
9595
9696 - name: json-yaml-validate
9797 id: json-yaml-validate
@@ -119,7 +119,7 @@ jobs:
119119 json-yaml-validate:
120120 runs-on: ubuntu-latest
121121 steps:
122- - uses: actions/checkout@v4
122+ - uses: actions/checkout@v5
123123
124124 - name: json-yaml-validate
125125 id: json-yaml-validate
@@ -160,7 +160,7 @@ Here is an example of how to use this feature:
160160
161161` ` ` yaml
162162# checkout the repository
163- - uses: actions/checkout@v4
163+ - uses: actions/checkout@v5
164164
165165- name: json-yaml-validate
166166 uses: GrantBirki/json-yaml-validate@vX.X.X # replace with the latest version
@@ -355,7 +355,7 @@ If the file path to your `exclude_file` is `exclude.txt`, you would set the `exc
355355
356356` ` ` yaml
357357# checkout the repository
358- - uses: actions/checkout@v4
358+ - uses: actions/checkout@v5
359359
360360- name: json-yaml-validate
361361 uses: GrantBirki/json-yaml-validate@vX.X.X # replace with the latest version
0 commit comments