Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 3c516b0

Browse files
authored
Merge pull request #13 from github/ikewalker-patch-1
Bump version of tj-actions/changed-files
2 parents b10b51c + 70cf5b5 commit 3c516b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

workflows/apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- name: Get changed directories
2626
id: get-changed-directories
27-
uses: tj-actions/changed-files@v37.3.0
27+
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88
2828
with:
2929
files: |
3030
kusto/**/*.{yml,yaml,kql}

workflows/diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- name: Get changed directories
2727
id: get-changed-directories
28-
uses: tj-actions/changed-files@v35
28+
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88
2929
with:
3030
files: |
3131
kusto/**/*.{yml,yaml,kql}
@@ -97,4 +97,4 @@ jobs:
9797
repo: context.repo.repo,
9898
body: requestBody.markDown
9999
})
100-
100+

0 commit comments

Comments
 (0)