diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e25528c..530c478 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,13 +25,13 @@ jobs: fetch-depth: 0 - name: Get changed SH files id: changed-files-sh - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **.sh - name: Get changed MD files id: changed-files-md - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: | **.md