From 7bb9472b8e4495b0c96d17b8ceca1f1848c7d9f3 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Sun, 3 Mar 2024 17:10:31 +0100 Subject: [PATCH] chore: Update the version in examples --- README.md | 4 ++-- usage.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23adf6795..a929f8f08 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: streetsidesoftware/cspell-action@v5 + - uses: streetsidesoftware/cspell-action@v6 ``` ## Usage ```yaml -- uses: streetsidesoftware/cspell-action@v5 +- uses: streetsidesoftware/cspell-action@v6 with: # Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns. # The default is to check ALL files that were changed in in the pull_request or push. diff --git a/usage.yaml b/usage.yaml index 3e71952d7..5c0dc381a 100644 --- a/usage.yaml +++ b/usage.yaml @@ -1,4 +1,4 @@ -- uses: streetsidesoftware/cspell-action@v4 +- uses: streetsidesoftware/cspell-action@v6 with: # Github token used to fetch the list of changed files in the commit. # Default: ${{ github.token }}