From 94c1125ab1418adeb7d4fa6d99257d3fa233dd9f Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 8 Nov 2023 12:45:17 -0700 Subject: [PATCH] change checkout version in the docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0dc687f..4fcfb1a 100644 --- a/README.md +++ b/README.md @@ -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/json-yaml-validate@vX.X.X # 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/json-yaml-validate@vX.X.X # replace with the latest version