0
0
Fork 0
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:
David Anson 2022-11-18 09:06:51 -08:00
parent d9979f40b8
commit 26ce372a18

View file

@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: tj-actions/changed-files@v34.4.3 - uses: tj-actions/changed-files@v34
id: changed-files id: changed-files
with: with:
files: '**/*.md' files: '**/*.md'