diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bff50268..df6331114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: # Get workdir local changes and fail if there are any change - name: Verify Changed files id: verify-changed-files - uses: tj-actions/verify-changed-files@v16 + uses: tj-actions/verify-changed-files@v17 with: fail-if-changed: 'true' fail-message: 'Files changed during build. Please build locally and commit the changes.'