diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 296b275..36b1c48 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v14.4 + uses: tj-actions/changed-files@v41 - name: Check spelling of file.txt if: ${{ steps.changed-files.outputs.all_changed_files != '' }} uses: crate-ci/typos@master