diff --git a/.github/workflows/ci-spell-checking.yml b/.github/workflows/ci-spell-checking.yml index a85da8f1..6febdca6 100644 --- a/.github/workflows/ci-spell-checking.yml +++ b/.github/workflows/ci-spell-checking.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Get changed files in the content folder id: changed-files-specific - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: ./content/ - name: Install Vale