[Modify] Severity Dependence Fix
Merge pull request #176 from kananinirav/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41
This commit is contained in:
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v14.4
|
uses: tj-actions/changed-files@v41
|
||||||
- name: Check spelling of file.txt
|
- name: Check spelling of file.txt
|
||||||
if: ${{ steps.changed-files.outputs.all_changed_files != '' }}
|
if: ${{ steps.changed-files.outputs.all_changed_files != '' }}
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
|
|||||||
Reference in New Issue
Block a user