Skip to content

Commit 9914552

Browse files
authored
chore(ci): Bump changed-files action version
tj-actions/changed-files#2463 (comment)
1 parent 5038595 commit 9914552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/skywalking.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Filter OAP
119119
id: filter-oap
120120
# The GHA version is pinned by infra (2024-03-17)
121-
uses: tj-actions/changed-files@v43.0.0
121+
uses: tj-actions/changed-files@v46
122122
with:
123123
files_ignore: |
124124
**/*.{md,txt}
@@ -139,13 +139,13 @@ jobs:
139139
component-libraries.yml
140140
- name: Filter POM
141141
id: filter-pom
142-
uses: tj-actions/changed-files@v43.0.0
142+
uses: tj-actions/changed-files@v46
143143
with:
144144
files: |
145145
**/pom.xml
146146
- name: Filter UI
147147
id: filter-ui
148-
uses: tj-actions/changed-files@v43.0.0
148+
uses: tj-actions/changed-files@v46
149149
with:
150150
files: |
151151
skywalking-ui/**

0 commit comments

Comments
 (0)