Skip to content

Commit 800d715

Browse files
committed
ci: remove tj-actions/changed-files GitHub Action
1 parent 1c46e16 commit 800d715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Clone the last two commits, so we can see what files were changed.
4848
fetch-depth: 2
4949
# Get a list of nested Bazel modules that were touched
50-
- uses: tj-actions/changed-files@v45
50+
- uses: REPACE-ME/changed-files@v45
5151
with:
5252
# NB: this list must match all files that live within a nested Bazel module.
5353
# Should match the /.bazelignore file as well.
@@ -106,7 +106,7 @@ jobs:
106106
# Clone the last two commits, so we can see what files were changed.
107107
fetch-depth: 2
108108
# Get a list of top-level directories that were touched
109-
- uses: tj-actions/changed-files@v45
109+
- uses: REPACE-ME/changed-files@v45
110110
id: changed-toplevel-dirs
111111
with:
112112
dir_names: true

0 commit comments

Comments
 (0)