diff --git a/.github/workflows/Changelog.yaml b/.github/workflows/Changelog.yaml index 3022274..752843a 100644 --- a/.github/workflows/Changelog.yaml +++ b/.github/workflows/Changelog.yaml @@ -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: | @@ -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 \ No newline at end of file + done