Skip to content

Commit 6d7b24b

Browse files
authored
Update tj-actions/changed-files action to v47 (#85)
2 parents d1a75ad + 2bd74d3 commit 6d7b24b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 2
2727
- name: 🟰 Detect Changed Files
28-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
28+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
2929
id: changed-files
3030
with:
3131
files: '**/*.md'
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 2
4848
- name: 🟰 Detect Changed Files
49-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
49+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
5050
id: changed-files
5151
with:
5252
files: '**/*'
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
fetch-depth: 2
6868
- name: 🟰 Detect Changed Files
69-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
69+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
7070
id: changed-files
7171
with:
7272
files: '**/*.yml'

0 commit comments

Comments
 (0)