diff --git a/.github/workflows/celo-monorepo.yml b/.github/workflows/celo-monorepo.yml index 42be3f77241..6beb047a8dd 100644 --- a/.github/workflows/celo-monorepo.yml +++ b/.github/workflows/celo-monorepo.yml @@ -130,7 +130,7 @@ jobs: code-${{ github.sha }} - name: Detect files changed in PR (or commit), and expose as output id: changed-files - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c + uses: tj-actions/changed-files@7c5097f4aa5bc1389ec30a3f496d33ed71c80f65 with: # Using comma as separator to be able to easily match full paths (using ,) separator: ',' diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index b92c66f162d..08c0a955c77 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: Detect files changed in PR (or commit), and expose as output id: changed-files - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c + uses: tj-actions/changed-files@7c5097f4aa5bc1389ec30a3f496d33ed71c80f65 with: # Using comma as separator to be able to easily match full paths (using ,) separator: ','