diff --git a/.github/workflows/celo-monorepo.yml b/.github/workflows/celo-monorepo.yml index 88d5e237df4..e3e7ef967dc 100644 --- a/.github/workflows/celo-monorepo.yml +++ b/.github/workflows/celo-monorepo.yml @@ -127,7 +127,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@v41 + uses: tj-actions/changed-files@v43 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 897df4d3534..dcaee96c678 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -25,7 +25,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@v41 + uses: tj-actions/changed-files@v43 with: # Using comma as separator to be able to easily match full paths (using ,) separator: ','