Skip to content

Commit

Permalink
fix(action): corrigindo action de validação de links
Browse files Browse the repository at this point in the history
  • Loading branch information
reisdev committed May 14, 2024
1 parent e9a0c2b commit cc0c208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v3
- name: Get all changed files
id: changed-files-yaml
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v44.4.0
with:
files: |
files_yaml: |
mdbook:
- Book/src/**/*.md
- name: Validate changed files
Expand Down

0 comments on commit cc0c208

Please sign in to comment.