Skip to content

Commit

Permalink
Downgraded github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 6, 2021
1 parent 520e1b3 commit 483ef0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
make tidy

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.7
uses: tj-actions/verify-changed-files@v8.6
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
output: "test/README.md"

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.7
uses: tj-actions/verify-changed-files@v8.6
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: tj-actions/remark@v1.7

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.7
uses: tj-actions/verify-changed-files@v8.6
id: verify_changed_files
with:
files: |
Expand Down

0 comments on commit 483ef0f

Please sign in to comment.