Skip to content

Commit

Permalink
Merge pull request #44 from GrantBirki/docs-updates
Browse files Browse the repository at this point in the history
change checkout version in the docs
  • Loading branch information
GrantBirki authored Nov 8, 2023
2 parents ce9d0c1 + 94c1125 commit 55e74d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 55e74d3

Please sign in to comment.