Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files digest to 7ac5902
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 95c7ba8 commit 84720cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/celo-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@7ac5902a02bbf88c426878d792c0728b55bb97ae
with:
# Using comma as separator to be able to easily match full paths (using ,<path>)
separator: ','
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@7ac5902a02bbf88c426878d792c0728b55bb97ae
with:
# Using comma as separator to be able to easily match full paths (using ,<path>)
separator: ','
Expand Down

0 comments on commit 84720cc

Please sign in to comment.