diff --git a/README.md b/README.md index 8d20fff..2acef13 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ typescript-action status

-**CAUTION**: This action can be only used in a workflow triggered by `pull_request` event. +> **CAUTION**: This action can only be used in a workflow triggered by `pull_request` event. # Pull request changed files filter @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: dorny/pr-changed-files-filter@v1 + - uses: dorny/pr-changed-files-filter@v1.1.0 id: filter with: # inline YAML or path to separate file (e.g.: .github/filters.yaml) @@ -97,4 +97,4 @@ jobs: - [Changed File Filter](https://github.com/tony84727/changed-file-filter) - allows change detection between any refs or commits - fetches whole history of your git repository - - might have negative performance impact on big repositories (github by default fetches only single commit) \ No newline at end of file + - might have negative performance impact on big repositories (github by default fetches only single commit)