diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8fdb0553..cac408bb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v23 + uses: tj-actions/changed-files@v24 with: files: | **/*.rs @@ -37,7 +37,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v23 + uses: tj-actions/changed-files@v24 with: files: | .github/workflows/*.yml