diff --git a/.github/workflows/celo-monorepo.yml b/.github/workflows/celo-monorepo.yml index 42be3f77241..f1edeb57319 100644 --- a/.github/workflows/celo-monorepo.yml +++ b/.github/workflows/celo-monorepo.yml @@ -99,7 +99,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@6ed7632824d235029086612d4330d659005af687 + uses: tj-actions/verify-changed-files@21026c9e0e5b8c2ada1459acc4442be712292eb5 with: fail-if-changed: 'true' fail-message: 'Files changed during build. Please build locally and commit the changes.'