Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install yamllint
pip install cmakelint

- uses: tj-actions/changed-files@v46
- uses: tj-actions/changed-files@v47
if: '!cancelled()'
id: changed-files-yaml
with:
Expand All @@ -33,7 +33,7 @@ jobs:
${{ steps.changed-files-yaml.outputs.all_changed_files }}
# we often have extra long lines, so relaxing the check (from 80)

- uses: tj-actions/changed-files@v46
- uses: tj-actions/changed-files@v47
if: '!cancelled()'
id: changed-files-cmake
with:
Expand All @@ -48,7 +48,7 @@ jobs:
# we often have extra long lines, so relaxing the check (from 80)
# also do not warn about tabstops

- uses: tj-actions/changed-files@v46
- uses: tj-actions/changed-files@v47
if: '!cancelled()'
id: changed-files-md
with:
Expand Down
Loading