From 49c1952b717e044fc2847b5bd972284f709711cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:27:57 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files digest to 7c5097f Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/celo-monorepo.yml | 2 +- .github/workflows/containers.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: ','