diff --git a/.github/workflows/readme-protection.yml b/.github/workflows/readme-protection.yml index 5c921ed..b202ad2 100644 --- a/.github/workflows/readme-protection.yml +++ b/.github/workflows/readme-protection.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 - name: Check if README included run: | for file in ${{ steps.changed-files.outputs. modified_files }}; do