Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 37 to 41
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny authored Jan 4, 2024
1 parent ccb64c5 commit bca0d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v41

- name: Check changelog file
run: |
Expand All @@ -42,4 +42,4 @@ jobs:
if [[ "$changed_file" == "BlobViaEventGrid/"* ]] || [[ "$changed_file" == "DiagnosticData/"* ]] || [[ "$changed_file" == "EventHub/"* ]] || [[ "$changed_file" == "StorageQueue/"* ]]; then
scripts/changelog_check.sh $(echo "$changed_file)" | cut -d "/" -f1)
fi
done
done

0 comments on commit bca0d8c

Please sign in to comment.