Skip to content

Commit a454b3a

Browse files
CI: Bump tj-actions/changed-files from 46 to 47
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46 to 47. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v46...v47) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '47' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b998167 commit a454b3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install yamllint
2020
pip install cmakelint
2121
22-
- uses: tj-actions/changed-files@v46
22+
- uses: tj-actions/changed-files@v47
2323
if: '!cancelled()'
2424
id: changed-files-yaml
2525
with:
@@ -33,7 +33,7 @@ jobs:
3333
${{ steps.changed-files-yaml.outputs.all_changed_files }}
3434
# we often have extra long lines, so relaxing the check (from 80)
3535
36-
- uses: tj-actions/changed-files@v46
36+
- uses: tj-actions/changed-files@v47
3737
if: '!cancelled()'
3838
id: changed-files-cmake
3939
with:
@@ -48,7 +48,7 @@ jobs:
4848
# we often have extra long lines, so relaxing the check (from 80)
4949
# also do not warn about tabstops
5050
51-
- uses: tj-actions/changed-files@v46
51+
- uses: tj-actions/changed-files@v47
5252
if: '!cancelled()'
5353
id: changed-files-md
5454
with:

0 commit comments

Comments
 (0)