diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 470202b6..69df5a65 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: # Optional step to run on only changed files - name: Get changed files id: changed-files - uses: tj-actions/changed-files@a0585ff9904b77d046192a7846e59783d6ea287b # v37 + uses: tj-actions/changed-files@fea790cb660e33aef4bdf07304e28fedd77dfa13 # v37 with: files: | **.lua @@ -63,7 +63,7 @@ jobs: # Optional step to run on only changed files - name: Get changed files id: changed-files - uses: tj-actions/changed-files@a0585ff9904b77d046192a7846e59783d6ea287b # v37 + uses: tj-actions/changed-files@fea790cb660e33aef4bdf07304e28fedd77dfa13 # v37 with: files: | **.rs