-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce9d0c1
commit 94c1125
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Here is a quick example of how to install this action in any workflow: | |
|
||
```yaml | ||
# checkout the repository (required for this Action to work) | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
# validate JSON and YAML files | ||
- name: json-yaml-validate | ||
|
@@ -83,7 +83,7 @@ jobs: | |
json-yaml-validate: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: json-yaml-validate | ||
id: json-yaml-validate | ||
|
@@ -111,7 +111,7 @@ jobs: | |
json-yaml-validate: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: json-yaml-validate | ||
id: json-yaml-validate | ||
|
@@ -152,7 +152,7 @@ Here is an example of how to use this feature: | |
|
||
```yaml | ||
# checkout the repository | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: json-yaml-validate | ||
uses: GrantBirki/[email protected] # replace with the latest version | ||
|
@@ -285,7 +285,7 @@ If the file path to your `exclude_file` is `exclude.txt`, you would set the `exc | |
|
||
```yaml | ||
# checkout the repository | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: json-yaml-validate | ||
uses: GrantBirki/[email protected] # replace with the latest version | ||
|