mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-23 22:56:22 +01:00
Relax versioning of tj-actions/changed-files GitHub Action to reduce noise from dependency updates.
This commit is contained in:
parent
d9979f40b8
commit
26ce372a18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changed.yml
vendored
2
.github/workflows/changed.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: tj-actions/changed-files@v34.4.3
|
||||
- uses: tj-actions/changed-files@v34
|
||||
id: changed-files
|
||||
with:
|
||||
files: '**/*.md'
|
||||
|
|
Loading…
Reference in a new issue