diff --git a/.github/workflows/ci-spell-checking.yml b/.github/workflows/ci-spell-checking.yml index 6febdca6..f403c250 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@v41 + uses: tj-actions/changed-files@v46 with: files: ./content/ - name: Install Vale